mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
readme
This commit is contained in:
parent
09f18d5c8e
commit
1d3e8ccd5a
1 changed files with 22 additions and 0 deletions
22
README.rst
Normal file
22
README.rst
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
DJ-Database-URL
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
This simple Django utility allows you to utilize the
|
||||
`12factor <http://www.12factor.net/backing-services>`_ inspired
|
||||
``DATABASE_URL`` environment variable in your Django application.
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
Configure your database in ``settings.py``:
|
||||
|
||||
DATABASES = dj_database_url.config(DATABASES)
|
||||
|
||||
Nice and simple.
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
Installation is simple::
|
||||
|
||||
$ pip install dj-database-url
|
||||
Loading…
Reference in a new issue