treeherder/requirements
Ed Morley d1b1cb534c Bug 1160561 - Replace dj-database-url with django-environ
We're already using django-environ for standard environment variables,
however it also supports DB URL parsing too, so we might as well use
it for everything, rather than using two packages.

In addition, django-environ already supports DB URI options (eg for
specifying the SSL cert), whereas the dj-database-url PR for that
feature has sat unmerged since May.

Compare:
https://github.com/kennethreitz/dj-database-url/blob/v0.3.0/dj_database_url.py
...with:
https://github.com/joke2k/django-environ/blob/v0.4/environ/environ.py#L323-L392
2015-11-25 21:48:15 +00:00
..
common.txt Bug 1160561 - Replace dj-database-url with django-environ 2015-11-25 21:48:15 +00:00
dev.txt Bug 1223824 - Update django-extensions from v1.5.7 to v1.5.9 2015-11-16 17:45:26 +00:00
docs.txt Bug 1192801 - Remove per-file MPL boilerplate since it's unnecessary 2015-08-18 23:32:11 +01:00