- changed component to Interface
Add turning off debug mode to docs
Consider turning off by default and documenting turning it on?
Comments (11)
-
reporter -
reporter Bumped up the priority to include with 0.4.3 as it is probably causing memory problems with exports (every query is held in memory), and has big warning messages when you launch Celery!
-
reporter Set DEBUG to False in settings, added ALLOWED_HOSTS to local_settings, added hashed out DEBUG True to local_settings. Refs
#39.→ <<cset 1d3fad78ca8c>>
-
reporter Added comma to local version of local_settings.py. Added DEBUG and ALLOWED_HOSTS to the example local_settings.py file. Refs
#39.→ <<cset 22cf3d473ff5>>
-
reporter Hopefully covered off the consequences of setting DEBUG to False including adding the ALLOWED_HOSTS section and consequences for the webserver. Refs
#39→ <<cset 03c00c7a8481>>
-
reporter Added the --insecure option to the install instructions, along with an explanation. Refs
#39.→ <<cset 40f2ac8feeba>>
-
reporter - Install docs need section on ALLOWED_HOSTS
- Release docs probably need correcting in the web server configuration to openremproject.settings without the .py.
-
reporter Added section on Allowed Hosts to the install docs. Refs
#39.→ <<cset e42891d402b2>>
-
reporter Corrected reference to change in settings for the webserver. Refs
#39.→ <<cset c92858ca9aff>>
-
reporter Minor correction to install docs to add allowed_hosts to the list of things to set in local_settings. Refs
#39.→ <<cset 63efd8ce4de7>>
-
reporter - changed status to resolved
Debug mode now set to false. Docs updated to reflect debug mode and the change in the django project folder from openrem to openremproject. Fixes
#119, should fix#39.→ <<cset 62554d709c4e>>
- Log in to comment