django-blog-zinnia
django-blog-zinnia copied to clipboard
Simple yet powerful and really extendable application for managing a blog within your Django Web site.
# Actual behavior (This is more of a feature request / performance optimization thing than an actual bug report.) Zinnia seems to perform no caching of the markup rendering for...
I love this project, but I don't see any recent activity. Also, the domain [django-blog-zinnia.com](http://django-blog-zinnia.com ) is not working or seems to be abandoned. Wondering if there's any opportunities to...
Bumps [django](https://github.com/django/django) from 3.0.4 to 3.1.13. Commits 43873b9 [3.1.x] Bumped version for 3.1.13 release. 0bd57a8 [3.1.x] Fixed CVE-2021-35042 -- Prevented SQL injection in QuerySet.order_by(). 8dc1cc0 [3.1.x] Added stub release notes...
# What is the purpose of your *pull request*? - [x] Bug fix - [ ] New feature # Proposed changes Modified the branch to make the following changes: 1....
# Actual behavior After updating packages, I got this exception with 0.18.1. I then upgraded to 0.19 hoping it would fix the issue but with the same result: ```Traceback (most...
# What is the purpose of your *pull request*? - [ ] Bug fix - [X] New feature # Proposed changes Make Category model extendable like Entry model. # Warning...
See https://github.com/Fantomas42/django-blog-zinnia/blob/b4949304b104a8e1a7a7a0773cbfd024313c3a15/zinnia/feeds.py#L133 I have not been able to trigger it myself, but I have seen it happen frequently in our error logs, especially with crawlers/security tests.
Thanks for your works. Here I want to implement Views Count for the every post. I'm trying to implement django-hitcount but I can't. How can I implement this. Please help
# Actual behavior I have just created a basic project with cookiecutter-django. After having a working site I tried to install zinnia following documentation but It doens't migrate the database....