theirc / CTS

Commodity Tracking System (CTS) built by The International Rescue Committee (IRC)
BSD 3-Clause "New" or "Revised" License
24 stars 6 forks source link

Install django-extensions and allow env to set DB_USER and DB_NAME #18

Closed dpoirier closed 9 years ago

dpoirier commented 9 years ago

Changes to help with configuring the servers to use databases on RDS.

django-extensions provides a sqldsn management command that helps extract the exact settings the server is configured to use.

mlavin commented 9 years ago

This all looks correct and backwards compatible :ice_cream: