add local_settings template
This commit is contained in:
parent
ec4f3346ec
commit
e9f69f009e
16
chaloBEST/local_settings.py.template
Normal file
16
chaloBEST/local_settings.py.template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
DEBUG = True
|
||||||
|
LOCAL_DEVELOPMENT = True
|
||||||
|
JSON_DEBUG = False
|
||||||
|
|
||||||
|
DATABASES = {
|
||||||
|
'default': {
|
||||||
|
'ENGINE': 'django.contrib.gis.db.backends.postgis',
|
||||||
|
'NAME': 'db_name',
|
||||||
|
'USER': 'db_username',
|
||||||
|
'PASSWORD': '',
|
||||||
|
'HOST': '',
|
||||||
|
'PORT': '',
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user