Hacker News new | ask | show | jobs
by suvike 6042 days ago
the usual trick is to use a local_settings.py.

put all of your environment-specific variables in there, and put 'from local_settings.py import *' at the end of your settings.py