I would like to run some environment checks when my django process starts and die noisily in the case of an error. I\'m thinking things like the database has an incorrect en
If you don't want to use settings module, then try project's __init__.py.
__init__.py