Hi
Since long time ago (almost year!) I updated branch to current version of mezzanine. Travis build passes : )
What more:
+ removed unnessescary dependencies like `markdown` or `django_filters`.
+ added tests for blog posts
+ added methods for list blog posts like number of posts per month, per author or per tags
+ method for get five last posts.
+ added some shortcut to get content from page.
+ added 'browsable api`. Just after installation go after `api/` in browser.
TODO for current features:
- some generic api to manage pages
- docs for blog and pages about `?search=` parameter
- add links with custom methods from blog to browsable api. Now they are not visible. Dont know why
best regards