Merge pull request #360 from dipen30/develop

Realted post field added
This commit is contained in:
Iacopo Spalletti 2017-07-25 23:57:56 +02:00 committed by GitHub
commit c88e641846
9 changed files with 95 additions and 5 deletions

View file

@ -23,6 +23,7 @@ Add ``djangocms_blog`` and its dependencies to INSTALLED_APPS::
'taggit',
'taggit_autosuggest',
'meta',
'sortedm2m',
'djangocms_blog',
...
]