Like many of you, I hide some of my settings behind a local_settings.py file like so:
settings.py
try: from .local_settings import * e