symposion_app/pinaxcon
Sachi King bb573ebee4 settings - DEBUG hardening
DEBUG is something that should never be turned in on prod.  As such,
lets be extremely specific on what we expect to process.

As we'll be taking this in from the environment, it's ensured we will
get a string.  So we'll always get and only handle this in string
form.  If it's anything else, it's an operational error and we bail.

(Note: bool('0') is truthy, so we make sure we leverge our string -> int
-> bool every time, so corectness can be noticed if it is not)
2017-04-30 12:10:56 +10:00
..
proposals Use full imports not . 2017-04-29 14:28:48 +10:00
registrasion Use full imports not . 2017-04-29 14:28:48 +10:00
saml2/attribute-maps flake8 again 2017-03-31 11:54:46 +11:00
templates Remove excess CSS and fonts 2017-04-26 22:14:11 +10:00
templatetags Ask file provider for URL 2017-03-31 11:54:47 +11:00
__init__.py Initial commit of the PinaxCon demo site 2015-10-16 12:53:02 -05:00
apps.py flake8 again 2017-03-31 11:54:46 +11:00
csrf_view.py Mass style-check update 2017-03-31 11:54:46 +11:00
disable_cscache.py Mass style-check update 2017-03-31 11:54:46 +11:00
hooks.py Initial commit of the PinaxCon demo site 2015-10-16 12:53:02 -05:00
monkey_patch.py Remove AceEditor 2017-04-25 01:27:04 +10:00
settings.py settings - DEBUG hardening 2017-04-30 12:10:56 +10:00
urls.py Remove sponsorship for now 2017-03-31 11:54:47 +11:00
wsgi.py Initial commit of the PinaxCon demo site 2015-10-16 12:53:02 -05:00