MANAGERS = ADMINS
+# Full filesystem path to the project.
+PROJECT_ROOT = os.path.dirname(os.path.abspath(__file__))
+
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
# If you set this to False, Django will not use timezone-aware datetimes.
USE_TZ = True
-# Full filesystem path to the project.
-PROJECT_ROOT = os.path.dirname(os.path.abspath(__file__))
-
# Absolute filesystem path to the directory that will hold user-uploaded files.
# Example: "/home/media/media.lawrence.com/media/"
MEDIA_ROOT = PROJECT_ROOT + '/media/'
}
REST_FRAMEWORK = {
-}
\ No newline at end of file
+}
[base]
# chdir to the folder of this config file, plus app/website
chdir = %d
+
# load the module from wsgi.py, it is a python path from
# the directory above.
-module=wsgi
+module = wsgi
+
# allow anyone to connect to the socket. This is very permissive
chmod-socket=666
+
+auto-reload = %dwsgi.py
\ No newline at end of file