|
@@ -84,6 +84,7 @@ TEMPLATES = [
|
|
|
]
|
|
]
|
|
|
WSGI_APPLICATION = 'kedong.wsgi.application'
|
|
WSGI_APPLICATION = 'kedong.wsgi.application'
|
|
|
CONFIG = parse_config_new(BASE_DIR)
|
|
CONFIG = parse_config_new(BASE_DIR)
|
|
|
|
|
+print(CONFIG['bigdata']['mysql_host'], "-------------------------------")
|
|
|
DATABASES = {
|
|
DATABASES = {
|
|
|
'default': {
|
|
'default': {
|
|
|
'ENGINE': 'django.db.backends.mysql',
|
|
'ENGINE': 'django.db.backends.mysql',
|