old-djangae-scaffold
old-djangae-scaffold copied to clipboard
Move all settings files into a `conf` directory
This is a common app hierachy for many django apps.
- Create new
conf
directory - Update
settings.py
tosettings_base.py
- Update all references and imports to the old app hierachy