Remove extra dot in example integration code

This commit is contained in:
Gabriel Le Breton 2019-04-23 11:12:29 -04:00 committed by GitHub
parent f0ac0f7f25
commit d3223eca53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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