Merge pull request #62 from GabLeRoux/patch-1

Remove extra dot in example integration code
This commit is contained in:
Swen Kooij 2019-06-05 23:12:43 +03:00 committed by GitHub
commit 0e29871458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ Installation
.. code-block:: bash
INSTALLED_APPS = [
....
...
'django.contrib.postgres',
'localized_fields.apps.LocalizedFieldsConfig'