File: settings_local.EXAMPLE.py

package info (click to toggle)
0ad 0.27.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 171,928 kB
  • sloc: cpp: 194,011; javascript: 19,098; ansic: 15,066; python: 6,328; sh: 1,695; perl: 1,575; java: 533; xml: 415; php: 192; makefile: 99
file content (20 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Fill in this file and save as settings_local.py

DEBUG = True

ADMINS = (
    ('Your Name', 'you@example.com'),
)

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.mysql',
        'NAME': 'wfgsite',
        'USER': 'wfgsite',
        'PASSWORD': '################',
    }
}

SECRET_KEY = '##################################################'

WFGSITE_ROOT = '/var/####/wfgsite'