@leobender I didn't want to pull into master until you had a chance to check it out. Overview of what this branch does:
Pulled the latest master, there was one commit missing for some reason.
Modified the settings file to use the DEFAULT keyword rather than AWS, I think this will make it easier to switch between local and remote databases when developing locally, and shouldn't make a difference on AWS.
Created a project_config_example file. I noticed ".delete" was added to the settings_local file. The example file was included so new contributors would know what they needed to put in that file, so I added a project_config_example file.
Added the debug setting to the project_config file, since it will likely be different on remote and local settings.
Let me know if these changes are ok and I can merge it all into master.
@leobender I didn't want to pull into master until you had a chance to check it out. Overview of what this branch does:
Let me know if these changes are ok and I can merge it all into master.