From 331c588992a129e19ddf7ea20bef5ede5c8e98f5 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Thu, 6 Mar 2014 20:09:37 +0100 Subject: [PATCH] Update readme --- README.rst | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 256635f..cb3febd 100644 --- a/README.rst +++ b/README.rst @@ -29,14 +29,32 @@ Install djangocms-blog:: pip install djangocms-blog -Then use it in a project:: +Add ``djangocms_blog`` and its dependencies to INSTALLED_APPS:: - import djangocms-blog + INSTALLED_APPS = [ + ... + 'filer', + 'parler', + 'taggit', + 'django_select2', + 'taggit_autosuggest', + 'djangocms_blog', + ... + ] + +Then sync and migrate:: + + $ python manage.py syncdb + $ python manage.py migrate + +For ``filer`` installationand configuration, please refer to http://django-filer.readthedocs.org Features -------- -* TODO +* Placeholder content editing +* Frontend editing using django CMS 3.0 frontend editor +* Multilingual support using django-parler .. image:: https://d2weczhvl823v0.cloudfront.net/nephila/djangocms-blog/trend.png :alt: Bitdeli badge