settings update
This commit is contained in:
parent
31d59ce470
commit
9631c437ef
|
@ -0,0 +1 @@
|
|||
4f04a87f0f966902d03e402267e5c805
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
@ -25,7 +25,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
|||
SECRET_KEY = '+*j($q+46c*1qre8227=(b$(d@lro0)vllts%l%*8)z5$x#=tx'
|
||||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
DEBUG = False
|
||||
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
|
@ -94,7 +94,7 @@ DATABASES = {
|
|||
'NAME': 'zkfs',
|
||||
'USER':'ctcuser',
|
||||
'PASSWORD':'zkfs1234',
|
||||
'HOST':'116.63.176.211',
|
||||
'HOST':'localhost',
|
||||
'PORT':'5432',
|
||||
},
|
||||
# 'default': {
|
||||
|
@ -137,6 +137,7 @@ USE_L10N = True
|
|||
USE_TZ = True
|
||||
|
||||
|
||||
# Static files (CSS, JavaScript, Images)
|
||||
# Static files (CSS, JavaScript, Images)
|
||||
# https://docs.djangoproject.com/en/3.0/howto/static-files/
|
||||
|
||||
|
|
Loading…
Reference in New Issue