summaryrefslogtreecommitdiffstats
path: root/local_settings.py.example
blob: fe6c1aad2b63671ec2a2be7b2084e30d07cd4ef7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DEBUG = False
MARKDOWN_PATH = ''

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.
    }
}

# Make this unique, and don't share it with anybody.
SECRET_KEY = '00000000000000000000000000000000000000000000000000'