From 595148e2a3339dc164d170bfb8e22c2d7309ec8d Mon Sep 17 00:00:00 2001 From: RohitDhankar Date: Sat, 25 Apr 2020 11:38:15 +0530 Subject: [PATCH] App:dc_dash:utility_eda_only- utilize this module --- dc_dash/utility_eda_only.py | 2 ++ dc_dash_proj/settings.py | 7 +++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dc_dash/utility_eda_only.py b/dc_dash/utility_eda_only.py index 5a9f06b..4f702f7 100644 --- a/dc_dash/utility_eda_only.py +++ b/dc_dash/utility_eda_only.py @@ -70,6 +70,8 @@ def get_userInput_BokehBoxPlot(request): def showCategoricalCols_view(request): """ + #JIRA_ROHIT_25APR -- Check if this is required - No More Modals ? + #JIRA_ROHIT_25APR -- All - postgresql Conn creation in methods to be deleted - all conns to be created from a central method This Func passes the JSON for AJAX to Modal == modal_CategoricalCols """ user = settings.DATABASES['default']['USER'] diff --git a/dc_dash_proj/settings.py b/dc_dash_proj/settings.py index 24eebf5..e629482 100644 --- a/dc_dash_proj/settings.py +++ b/dc_dash_proj/settings.py @@ -108,10 +108,9 @@ # 'pyfintrader', # 'pricingintell', # 'patentspike', - # 'digitalcognition', + # 'digitalcognition', # Same as == 'dc_dash', #JIRA_ROHIT - will change laters 'dc_dash', - #'churn_app', - + 'churn_app', ] @@ -157,7 +156,7 @@ 'USER': 'dcdbapr20user', ### NO CAPITAL LETTERS in USER NAME for Postgres 'PASSWORD': 'passdcdbapr20', 'HOST': 'localhost', ## IF NO == localhost --- then ERROR. - 'PORT': '', + 'PORT': '', ## Can be Blank for LocalHost } }