hackoregon / transportation-backend

Transportation backend repo - 2016 and 2017
8 stars 7 forks source link

r2D2 #35

Closed sanjuroj closed 7 years ago

sanjuroj commented 7 years ago

@leobender I didn't want to pull into master until you had a chance to check it out. Overview of what this branch does:

  1. Pulled the latest master, there was one commit missing for some reason.
  2. 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.
  3. 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.
  4. 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.