Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also catch NameError exceptions in read_env
The django.conf.settings module could be successfully imported but the BASE_DIR constant could not be defined, which would raise a NameError. This small edit ensures that we're catching both potential failures.
- Loading branch information