1 # This template is uploaded by `fab setup`.
2 # You should fill out the details in the version deployed on the server.
16 'ENGINE': 'django.db.backends.', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
17 'NAME': '', # Or path to database file if using sqlite3.
18 'USER': '', # Not used with sqlite3.
19 'PASSWORD': '', # Not used with sqlite3.
20 'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
21 'PORT': '', # Set to empty string for default. Not used with sqlite3.
26 SECRET_KEY = %(secret_key)r
27 MEDIA_ROOT = '%(path)s/media/'