hagsteel / swampdragon

swampdragon
Other
557 stars 74 forks source link

Support REDIS_URL #171

Open darkpixel opened 8 years ago

darkpixel commented 8 years ago

Related to #90

A lot of 12-Factor Apps use environment variables like DATABASE_URL and REDIS_URL to store connection information (see https://github.com/kennethreitz/dj-database-url) including Heroku apps.

My applications are all deployed with a DATABASE_URL and REDIS_URL and my settings.py loads them from the environment. It makes deployment easy.

I'd like to see swampdragon support it.