2012-04-30 14:39:32 -03:00
2012-04-30 14:37:48 -03:00
2012-04-30 14:39:32 -03:00

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 = dj_database_url.config(DATABASES)

Nice and simple.


Installation
------------

Installation is simple too::

    $ pip install dj-database-url
S
Description
No description provided
Readme BSD-2-Clause 159 KiB
Languages
Python 100%