settings: added local_settings.
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
e280d3213c
commit
a1c97d96ce
3 changed files with 21 additions and 5 deletions
0
dynamicweb/local/__init__.py
Normal file
0
dynamicweb/local/__init__.py
Normal file
13
dynamicweb/local/local_settings.py.example
Normal file
13
dynamicweb/local/local_settings.py.example
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
from settings import SITE_ROOT
|
||||
|
||||
DEBUG = True
|
||||
TEMPLATE_DEBUG = DEBUG
|
||||
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'NAME': 'db_name',
|
||||
'USER': 'username',
|
||||
'PASSWORD': 'password',
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue