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

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'