mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
fix parenthesis in readme
This commit is contained in:
parent
1422f191f8
commit
584623b6f9
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ Configure your database in ``settings.py`` from ``DATABASE_URL``::
|
|||
|
||||
Provide a default::
|
||||
|
||||
DATABASES['default'] = dj_database_url.config(default='postgres://...'}
|
||||
DATABASES['default'] = dj_database_url.config(default='postgres://...')
|
||||
|
||||
Parse an arbitrary Database URL::
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue