MeghaSharma21 / WorklistTool-GSoC-2018

Tool is being developed for Wikimedia under GSoC 2018
5 stars 7 forks source link

DEBUG should not be True in production #42

Open Samwalton9 opened 6 years ago

Samwalton9 commented 6 years ago

The tool is currently not functional due to a database error (https://github.com/MeghaSharma21/WorklistTool-GSoC-2018/issues/41), but I'm seeing the full Django traceback, which happens if DEBUG has been left set to True in settings.py. It should be False in production.