0ad/source/tools/webservices/settings_local.EXAMPLE.py
2011-02-25 19:46:01 +00:00

21 lines
399 B
Python

# 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'