pinax-blog
pinax-blog copied to clipboard
a blog app for Django
Is MANIFEST.in still accurate even though setup.py has been altered to include both .xml and html files? ```recursive-include pinax/blog/templates/pinax *.xml```
https://github.com/pinax/pinax-blog/blob/be8dfb29c5d8d5a74c9941901a5fe0725b4a9a24/pinax/blog/views.py#L205 On long-running sites with pinax-blog, the `FeedHit` table can grow quite large. Consider adding hookset support to override FeedHit recording, or possibly a management command similar to [clearsessions](https://docs.djangoproject.com/en/2.1/topics/http/sessions/#clearing-the-session-store)
### Image Support * [ ] images: display image set thumbnails * [ ] images: select the one that is primary * [ ] images: use react image set frontend...
**inc_view()** method for Blog Post isn't used in https://github.com/pinax/pinax-blog/blob/master/pinax/blog/views.py. So, blog post view doesn't work.
as is done for pinax-pages, would be nice to support in pinax-blog
Currently it's a dropdown with image pks. It should at least have the image file names, but even better would be some type of AJAX image browser in the admin...
https://draftin.com/documents/69898?token=5fjKKlZ0-AeBzqj_RAftAGdzRzl9VBfBHj5wpSWm_gU
By having an API that is compatible with http://wp-api.org we should be able to use all the different desktop and mobile apps for managing blogs and writing posts.
Looking for maintainers! There is a lot of pull requests and open issues that the current maintainers, myself included, are just not finding the time to properly get to. Maybe...