add local_settings as example
This commit is contained in:
parent
b88ad15f66
commit
59cfedddb4
1 changed files with 10 additions and 0 deletions
10
ponytracker/local_settings.py.example
Normal file
10
ponytracker/local_settings.py.example
Normal 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')
|
Loading…
Add table
Add a link
Reference in a new issue