Merge branch 'master' of https://bitbucket.org/PekopT/archilance into mukhtar
commit
40ffcae67a
2 changed files with 50 additions and 6 deletions
@ -1,3 +1,18 @@ |
||||
from .base import * |
||||
|
||||
DEBUG = False |
||||
|
||||
DATABASES = { |
||||
'default': { |
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2', |
||||
'NAME': 'archilance', |
||||
'USER': 'postgres', |
||||
'PASSWORD': 'vfhbyrf', |
||||
'HOST': 'localhost', |
||||
'PORT': '', |
||||
} |
||||
} |
||||
|
||||
|
||||
DEBUG = True |
||||
TEMPLATE_DEBUG = True |
||||
SECRET_KEY = 'vb6@b9zj7^f!^+x*e8=e!oundyu1!e*&0i(3gu2xwo4%fx4h&n' |
||||
Loading…
Reference in new issue