add local_settings as example

This commit is contained in:
Élie Bouttier 2014-08-13 22:39:25 -07:00
parent b88ad15f66
commit 59cfedddb4

View file

@ -0,0 +1,10 @@
from ponytracker.settings import *
SECRET_KEY='CHANGE ME'
DEBUG = False
TEMPLATE_DEBUG = False
STATIC_ROOT = os.path.join(BASE_DIR, 'static')