pythonkc / pythonkc-com

Django app for pythonkc.com.
18 stars 15 forks source link

Updates for local development #9

Closed smajda closed 10 years ago

smajda commented 10 years ago

Updating local dev docs to use env vars and also allowing optional local dev env vars to remain unset.

Does Gondor use the .env file like Heroku? If it uses it's own convention, we should use that instead, but I just went with .env here.

estebistec commented 10 years ago

This will do. We got the gondor account when they were still early on and how sensitive settings and environment gets into an app has changed along the way. settings.py actually has some comments along the way telling how we expect to get settings in different places.