mirror of
https://github.com/kennethreitz/dj-database-url.git
synced 2026-06-05 23:10:17 +00:00
readme update
This commit is contained in:
+4
-2
@@ -3,17 +3,19 @@ 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.
|
||||
``DATABASE_URL`` environment variable to configure your Django application.
|
||||
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
Configure your database in ``settings.py``:
|
||||
Configure your database in ``settings.py``::
|
||||
|
||||
DATABASES = dj_database_url.config(DATABASES)
|
||||
|
||||
Nice and simple.
|
||||
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user