Update readme
This commit is contained in:
parent
4e1855e896
commit
331c588992
1 changed files with 21 additions and 3 deletions
24
README.rst
24
README.rst
|
@ -29,14 +29,32 @@ Install djangocms-blog::
|
||||||
|
|
||||||
pip 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
|
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
|
.. image:: https://d2weczhvl823v0.cloudfront.net/nephila/djangocms-blog/trend.png
|
||||||
:alt: Bitdeli badge
|
:alt: Bitdeli badge
|
||||||
|
|
Loading…
Reference in a new issue