django-blog-zinnia
django-blog-zinnia copied to clipboard
Unable build following installation instructuins
(zinnie) C:\Users\Dagon\zinnie>manage.py check
Traceback (most recent call last):
File "C:\Users\Dagon\zinnie\manage.py", line 21, in
settings
Actual behavior
Expected behavior
Steps to reproduce the issue
Specifications
- Zinnia version:
- Django version:
- Python version:
- Operating system:
Disclaimer
Before submitting an issue make sure you have:
- [ ] Read the guidelines for contributing.
- [ ] Checked for duplicate issues.
- [ ] Not a support request.
Same here, Got it to work! let me add a bit more information :
- Django version : 3.0.6
- Zinnia version : django-blog-zinnia-0.20
- Python 3.7.6
- OS : MacOS
By going throungh the commits, I found the commit cb8283c that removes the cause of the error we have.
By installing the dev branch using pip install git+https://github.com/Fantomas42/django-blog-zinnia.git
it worked
I'm not very familiar with working with projects like this and git in general. Is this version stable/ "official"? If an update is made to the Zinnia, will this break the code again? I'm a bit scared of having something in my project that potentially screws up the entire website
@Jonas-089 I'm currently assessing Zinnia to see if I can use it myself, and ran into this issue. The fix that RduMarais found above is in the "develop" git branch, which can change over time.
However, if you use their method with pip install
from github, and then never pip upgrade
Zinnia, it won't break. You won't get any updates and improvements, but you won't get any breakages either. Note that if you upgrade your Django version, it may still break if Zinnia is incompatible with it.
You won't get any updates and improvements, but you won't get any breakages either.
real question : is this project really maintained ? I found a "xinnia" package on Pypi and I tend to have more and more compatibility issues
@barneydesmond @Jonas-089 @RduMarais
I just created a fork of this project and updated the code to work with modern versions of Django (including 4.0+).
Please visit https://github.com/arrobalytics/django-blog-zinnia if you want to contribute. Don't forget to star the project to show your support.
Visit the new site https://www.djangoblogzinnia.com for documentation, demo and other resources.