Skip to content

Conversation

@vikky789s
Copy link

No description provided.

'USER': 'root',
'PASSWORD':"karthik",
'HOST': '',
#'NAME': 'heroku_e18935074c20bff',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't change the database name which is already in master. Please use environment variables to read database credentials

'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
# 'django.middleware.csrf.CsrfViewMiddleware',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does this middleware commented out ?

url(r'^customers/delete$', chit_main_app.views.delete_customer),
url(r'^customers/grouplist$', chit_main_app.views.customersgroups),
url(r'^customers/history$', chit_main_app.views.customershistory),
url(r'^customers/transactions$', chit_main_app.views.customerstransactions),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does this url is removed ? Are we not using it ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are not using this anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants