зеркало из https://github.com/mozilla/mozillians.git
7 строки
131 B
Python
7 строки
131 B
Python
|
import os
|
||
|
#from settings import *
|
||
|
DEBUG = True
|
||
|
SECRET_KEY = 'secret'
|
||
|
ROOT = os.path.abspath('..')
|
||
|
DATABASES = dict(default=dict())
|