Files @ ab300f858903
Branch filter:

Location: majic-django-templates/project/project_name/settings/sample_credentials.py

branko
MDT-1: Use better pathfinding for development environment when locating the sqlite3 database. Set a saner default for redirect after login (redirect to 'index' view, whatever it may be).
# Sample credentials.py file.

#
# This file contains a sample of how the site-specific credentials.py file
# should look like.
#

# Secret key should be unique and kept secret. It should also be sufficiently
# complex to prevent brute-forcing.
SECRET_KEY = ''

# Passwords for one or more databases used by the site.
DATABASE_PASSWORDS = {
    'default': '',
    }