yf_yzl 2 년 전
부모
커밋
770e2f3713
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      kedong/settings.py

+ 1 - 0
kedong/settings.py

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