From 2d5fe0be05b4fb614855f1e8d9c6b6c759941488 Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Fri, 26 May 2017 17:38:49 +0300 Subject: [PATCH] Fix documentation on INSTALLED_APPS --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6a6625c..5b6c327 100644 --- a/README.rst +++ b/README.rst @@ -32,7 +32,7 @@ Installation .... 'django.contrib.postgres', - 'localized_fields' + 'localized_fields.apps.LocalizedFieldsConfig' ] 3. Set the database engine to ``psqlextra.backend``: