X-Git-Url: https://git.mdrn.pl/koed-quiz.git/blobdiff_plain/a384028a39ea0546549ce29b4020e73a71f6b7c7..23413a0b52e37e35ee5e4f2d1f7a729f4b872bb4:/koedquiz/localsettings.py.template diff --git a/koedquiz/localsettings.py.template b/koedquiz/localsettings.py.template deleted file mode 100644 index 3765080..0000000 --- a/koedquiz/localsettings.py.template +++ /dev/null @@ -1,27 +0,0 @@ -# This template is uploaded by `fab setup`. -# You should fill out the details in the version deployed on the server. - - -ADMINS = ( - #('Name', 'E-mail'), -) - -MANAGERS = ( - #('Name', 'E-mail'), -) - -# on -DATABASES = { - 'default': { - 'ENGINE': 'django.db.backends.', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. - 'NAME': '', # Or path to database file if using sqlite3. - 'USER': '', # Not used with sqlite3. - 'PASSWORD': '', # Not used with sqlite3. - 'HOST': '', # Set to empty string for localhost. Not used with sqlite3. - 'PORT': '', # Set to empty string for default. Not used with sqlite3. - } -} - - -SECRET_KEY = %(secret_key)r -MEDIA_ROOT = '%(path)s/media/'