dj-database-url/README.rst
Kenneth Reitz 7462e79d51 new style
2012-04-30 14:33:12 -04:00

24 lines
No EOL
448 B
ReStructuredText

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