Spam-Number-Filter/Spam-Filter-WebPage

Fix debug=true variable on deploy

Closed this issue · 0 comments

We need to add the debug variable to true in the deployment settings as seen here:

Because if not, the deploy on heroku breaks, returning a 500 response for the login page.

This should be fixed, since having debug on deployment isn't really necessary.

PD: Maybe it's caused from this line??

os.environ.get('DJANGO_SETTINGS_MODULE', 'numberFilter.settings.dev')