DJ-Database-URL ~~~~~~~~~~~~~~ This simple Django utility allows you to utilize the `12factor `_ inspired ``DATABASE_URL`` environment variable to configure your Django application. Usage ----- Configure your database in ``settings.py``:: DATABASES = dj_database_url.config(DATABASES) Nice and simple. Installation ------------ Installation is simple too:: $ pip install dj-database-url