Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed
bakerydemo-settings-local.py.example
This file never worked, it caused a circular import loop since it attempts to `from bakerydemo.settings.dev import *` but the dev settings does: ```python try: from .local import * # noqa except ImportError: pass ``` Fixed the `setup.sh` script to set the correct settings module environment variable Fixes #68
- Loading branch information