diff --git a/config/__pycache__/__init__.cpython-35.pyc b/config/__pycache__/__init__.cpython-35.pyc new file mode 100644 index 0000000..a66bf0e Binary files /dev/null and b/config/__pycache__/__init__.cpython-35.pyc differ diff --git a/config/__pycache__/urls.cpython-35.pyc b/config/__pycache__/urls.cpython-35.pyc new file mode 100644 index 0000000..5ef3637 Binary files /dev/null and b/config/__pycache__/urls.cpython-35.pyc differ diff --git a/config/settings/__pycache__/base.cpython-35.pyc b/config/settings/__pycache__/base.cpython-35.pyc new file mode 100644 index 0000000..ade98b7 Binary files /dev/null and b/config/settings/__pycache__/base.cpython-35.pyc differ diff --git a/config/settings/__pycache__/local.cpython-35.pyc b/config/settings/__pycache__/local.cpython-35.pyc new file mode 100644 index 0000000..31d8c0d Binary files /dev/null and b/config/settings/__pycache__/local.cpython-35.pyc differ diff --git a/wsgi.py b/wsgi.py index 00ac139..c199323 100644 --- a/wsgi.py +++ b/wsgi.py @@ -9,4 +9,4 @@ def get_wsgi_application(): internal WSGI implementation changes or moves in the future. """ django.setup(set_prefix=False) -return WSGIHandler() + return WSGIHandler()