From a0d824428ea3bb33ce1bb1684db5c8f4f5775a02 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 30 Apr 2012 13:37:58 -0400 Subject: [PATCH] readme update --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8c09d8d..747a910 100644 --- a/README.rst +++ b/README.rst @@ -3,17 +3,19 @@ DJ-Database-URL This simple Django utility allows you to utilize the `12factor `_ 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 ------------