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 } }