Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #9 from digital-cognition-co-in/dev_rohit_dhankar
Browse files Browse the repository at this point in the history
App:dc_dash:utility_eda_only- utilize this module
  • Loading branch information
RohitDhankar committed Apr 25, 2020
2 parents e662f56 + 595148e commit 97d80d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions dc_dash/utility_eda_only.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down
7 changes: 3 additions & 4 deletions dc_dash_proj/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,9 @@
# 'pyfintrader',
# 'pricingintell',
# 'patentspike',
# 'digitalcognition',
# 'digitalcognition', # Same as == 'dc_dash', #JIRA_ROHIT - will change laters
'dc_dash',
#'churn_app',

'churn_app',
]


Expand Down Expand Up @@ -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
}
}

Expand Down

0 comments on commit 97d80d2

Please sign in to comment.