We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b4ee9 commit e363290Copy full SHA for e363290
runserver.py
@@ -1,5 +1,9 @@
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
+import sys
4
+reload(sys)
5
+sys.setdefaultencoding('utf-8')
6
+
7
from os import environ
8
environ['LASTUSER_ENV'] = 'dev'
9
0 commit comments