Files @ dd06e881fdb2
Branch filter:

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

branko
MDT-3: Updated general information about Majic Django Templates. Added some development instructions for creating new project templates when new version of Django comes out.
# 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': '',
    }