mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-11-01 19:08:58 +03:00
Fix documentation on INSTALLED_APPS
This commit is contained in:
@@ -32,7 +32,7 @@ Installation
|
|||||||
....
|
....
|
||||||
|
|
||||||
'django.contrib.postgres',
|
'django.contrib.postgres',
|
||||||
'localized_fields'
|
'localized_fields.apps.LocalizedFieldsConfig'
|
||||||
]
|
]
|
||||||
|
|
||||||
3. Set the database engine to ``psqlextra.backend``:
|
3. Set the database engine to ``psqlextra.backend``:
|
||||||
|
|||||||
Reference in New Issue
Block a user