mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-04-12 02:51:06 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
cf91cafcd3
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
-------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue