pyconca / 2013-web

a Django project for conference websites
https://2013.pycon.ca/
BSD 3-Clause "New" or "Revised" License
6 stars 9 forks source link

Split settings files so production and dev settings are separate #10

Closed kayzhu closed 11 years ago

kayzhu commented 11 years ago

Need to split settings.py

eloraburns commented 11 years ago

Django supports a local_settings.py in production that handles that difference. I think I checked in an example file with the gross changes (passwords elided)…

taa /eof/

On 2013-04-10, at 5:52 AM, Kay Zhu notifications@github.com wrote:

Need to split settings.py

— Reply to this email directly or view it on GitHub.

eloraburns commented 11 years ago

Yes, this has already been done via https://github.com/pyconca/2013-web/blob/pyconca2013/local_settings.py.example . :)

kayzhu commented 11 years ago

ah yes -- somehow I forgot I saw that!