Update README
This commit is contained in:
parent
887a9378dd
commit
a33606c30d
2 changed files with 5 additions and 2 deletions
|
@ -65,6 +65,8 @@ Features
|
|||
* Per-Apphook configuration
|
||||
* Per-Apphook templates set
|
||||
* Auto Apphook setup
|
||||
* Support for django CMS 3.2+ Wizard
|
||||
* Haystack index support
|
||||
|
||||
Quickstart
|
||||
----------
|
||||
|
@ -233,7 +235,7 @@ This feature is enable by default and will create:
|
|||
|
||||
* a ``BlogConfig`` with default values
|
||||
* a ``Blog`` CMS page and will attach ``djangocms_blog`` instance to it
|
||||
* a **home page** is no, home is found.
|
||||
* a **home page** if no home is found.
|
||||
|
||||
All the items will be created in every language configured for the website
|
||||
and the pages will be published. If not using **aldryn-apphook-reload** or
|
||||
|
@ -301,6 +303,7 @@ Global Settings
|
|||
* BLOG_AVAILABLE_PERMALINK_STYLES: Choices of permalinks styles;
|
||||
* BLOG_PERMALINK_URLS: URLConf corresponding to
|
||||
BLOG_AVAILABLE_PERMALINK_STYLES;
|
||||
* BLOG_DEFAULT_OBJECT_NAME: Default name for Blog item (used in django CMS Wizard);
|
||||
* BLOG_AUTO_SETUP: Enable the blog **Auto setup** feature; (default: ``True``)
|
||||
* BLOG_AUTO_HOME_TITLE: Title of the home page created by **Auto setup**;
|
||||
(default: ``Home``)
|
||||
|
@ -313,6 +316,7 @@ Per-Apphook settings
|
|||
--------------------
|
||||
|
||||
* application title: Free text title that can be used as title in templates;
|
||||
* object name: Free text label for Blog items in django CMS Wizard;
|
||||
* Post published by default: Per-Apphook setting for BLOG_DEFAULT_PUBLISHED;
|
||||
* Permalink structure: Per-Apphook setting for
|
||||
BLOG_AVAILABLE_PERMALINK_STYLES;
|
||||
|
|
1
tox.ini
1
tox.ini
|
@ -16,7 +16,6 @@ deps =
|
|||
cms30: https://github.com/divio/django-cms/archive/support/3.0.x.zip
|
||||
cms31: https://github.com/divio/django-cms/archive/support/3.1.x.zip
|
||||
cms32: https://github.com/divio/django-cms/archive/develop.zip
|
||||
cms32: django-cms>=3.2
|
||||
https://github.com/nephila/django-meta-mixin/archive/master.zip
|
||||
https://github.com/nephila/djangocms-helper/archive/develop.zip
|
||||
py26: unittest2
|
||||
|
|
Loading…
Reference in a new issue