mirror of
https://github.com/kennethreitz/dj-database-url.git
synced 2026-06-05 23:10:17 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
+2
-2
@@ -11,11 +11,11 @@ Usage
|
||||
|
||||
Configure your database in ``settings.py`` from ``DATABASE_URL``::
|
||||
|
||||
DATABASES['default'] = dj_database_url.config()
|
||||
DATABASES = {'default': dj_database_url.config()}
|
||||
|
||||
Parse an arbitrary Database URL::
|
||||
|
||||
DATABASES['default'] = dj_database_url.parse('postgres://...')
|
||||
DATABASES = {'default': dj_database_url.parse('postgres://...')}
|
||||
|
||||
Supported databases
|
||||
-------------------
|
||||
|
||||
Reference in New Issue
Block a user