symposion_app/pinaxcon
Sachi King a239d12e2d Config file cleanup
- remove a whole bunch of comments, they're useless

 - Update TimeZone to Sydney

 - Don't colocate MEDIA (user uploads), with STATIC in fact,
   how is this set, Django has a safety check for this and bails.

 - Do not store a default SECRET_KEY in git.
   We'll set a random one by default, so things "just work"
   It would also be acceptable to not set it and let DJ bail

 - We dont want to log to a file.  Our disks are ephemeral.

 - We likely will not overlay a production settings.py over this one.
   We need to implement something that is more container friendly in the
   future.  This will be env-vars or a config file.
2017-03-31 11:54:39 +11:00
..
proposals Starting to get Teams and Proposals (and Sponsors -- more ) working. 2017-03-05 15:18:01 +11:00
registrasion Fixes presentation of the 18+ question 2016-10-06 13:10:39 -07:00
templates Drop the wiki 2017-03-30 23:53:24 +11:00
templatetags Sponsor (vertical) area on basic page layout working with graphics. 2017-02-21 10:51:45 +11:00
__init__.py Initial commit of the PinaxCon demo site 2015-10-16 12:53:02 -05:00
apps.py Initial commit of the PinaxCon demo site 2015-10-16 12:53:02 -05:00
csrf_view.py Customises the CSRF failure view so that it uses the LCA2017 style (#53) 2016-07-17 17:52:04 +10:00
disable_cscache.py Middleware to add never_cache headers to everything (#51) 2016-07-15 12:18:36 +10:00
hooks.py Initial commit of the PinaxCon demo site 2015-10-16 12:53:02 -05:00
monkey_patch.py Adds registration to the website (#69) 2016-09-30 20:46:05 +10:00
receivers.py Initial commit of the PinaxCon demo site 2015-10-16 12:53:02 -05:00
settings.py Config file cleanup 2017-03-31 11:54:39 +11:00
urls.py Drop the wiki 2017-03-30 23:53:24 +11:00
widgets.py Tuesday & Wednesday work (#30) 2016-06-29 23:17:15 +10:00
wsgi.py Initial commit of the PinaxCon demo site 2015-10-16 12:53:02 -05:00