Add from __future__ import unicode_literals, issue #37
This commit is contained in:
@@ -7,6 +7,7 @@ https://docs.djangoproject.com/en/1.6/topics/settings/
|
||||
For the full list of settings and their values, see
|
||||
https://docs.djangoproject.com/en/1.6/ref/settings/
|
||||
"""
|
||||
from __future__ import unicode_literals
|
||||
|
||||
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
|
||||
import os
|
||||
@@ -272,5 +273,5 @@ TEST_RUNNER = 'djcelery.contrib.test_runner.CeleryTestSuiteRunner'
|
||||
CORS_ORIGIN_ALLOW_ALL = True
|
||||
# ------ Django REST Swagger -----
|
||||
SWAGGER_SETTINGS = {
|
||||
"api_version": '0', # Specify your API's version
|
||||
'api_version': '0', # Specify your API's version
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user