From 71d37645b631dddb88ed4312bdcd390123743814 Mon Sep 17 00:00:00 2001 From: Stefan Wehrmeyer Date: Mon, 21 Jul 2014 12:24:27 +0200 Subject: [PATCH] Fix INSTALLED_APPS listing in README --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 872d6c5..1321984 100644 --- a/README.rst +++ b/README.rst @@ -53,9 +53,9 @@ Add ``djangocms_blog`` and its dependencies to INSTALLED_APPS:: 'meta', 'meta_mixin', 'djangocms_blog', - 'cmsplugin_filer_image' - 'easy_thumbnail' - 'admin_enhancer' + 'cmsplugin_filer_image', + 'easy_thumbnails', + 'admin_enhancer', ... ]