replace config.py with settings.py inheritance
Check out the way this is done with What's Open
https://git.gmu.edu/srct/whats-open/tree/master/whats_open/whats_open/settings
https://git.gmu.edu/srct/whats-open/tree/master/requirements
We want to be able to specify a different settings.py for production, instead of having to go in and manually change DEBUG settings and the like.