From d3223eca533a8709562cda74f36b4bfff76d642f Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton Date: Tue, 23 Apr 2019 11:12:29 -0400 Subject: [PATCH] Remove extra dot in example integration code --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cb85a5f..2b9c29d 100644 --- a/README.rst +++ b/README.rst @@ -33,7 +33,7 @@ Installation .. code-block:: bash INSTALLED_APPS = [ - .... + ... 'django.contrib.postgres', 'localized_fields.apps.LocalizedFieldsConfig'