Questions tagged [zinnia]

Zinnia is a django package that provides a simple yet powerful and really extendable application for managing a blog within your Django Web site.

Zinnia is a django package that provides a simple yet powerful and really extendable application for managing a blog within your Django Web site.

References

75 questions
0
votes
1 answer

How to stop comment spam on Django Zinnia?

I can't seem to find an easy way to add a captcha to Zinnia's blog comments. Surely other people have had this problem and already solved it?
Georg Zimmer
  • 899
  • 1
  • 7
  • 13
0
votes
1 answer

Use zinnia template tags in blog template

I am using Zinnia to make backend for blog on my website. The frontend is read and I just want to plug in the backend to display blog list, archives, tags etc. Zinnia has templatetags to display these but I cannot find any documentation on how to…
Maxsteel
  • 1,922
  • 4
  • 30
  • 55
0
votes
0 answers

How do I get recent entries from zinnia?

I want to make a div that shows the most recent entries and their content but I don't see anywhere in the documentation on how to do this, I've tried the template tags but they only show the name of the entry and not the content? Could some one show…
Khailz
  • 89
  • 1
  • 12
0
votes
1 answer

Django Zinnia cannot link to "weblog" within home page

I'm using the Django Edge (v2.0) template, and have created a site, this is my main project and it's titled: Website. Within the project, I set out to implement a blog, and installed Zinnia. I have the following: Python 3.4.2 and Django 1.7.7 I…
0
votes
2 answers

Zinnia returned an invalid value in QuerySet.datetimes() with MySQL backend

I've done this, and this and followed the docs in this area, but I'm still getting the error. I've no idea how to debug it. Traceback at the end. Update: Using a MySQL backend is the culprit. SQLite3 is fine, but the query data passed into the…
David Boshton
  • 2,555
  • 5
  • 30
  • 51
0
votes
2 answers

Zinnia entry summary

I'm currently building a blogging site with Django / Zinnia (latest version), and am having some trouble with controlling the entries summary. Two questions: How can I display an entry summary? (in a sidebar) I cannot find template tags or…
user1826252
0
votes
1 answer

Django 1.7 & Zinnia (stable) - How can I make my blog private and invite-only?

I have been researching this for a couple days now and found a lot of possible solutions, however most tutorials or documentation pages are over a year old (except the official django stuff) and are intended for an older version of django..or they…
PsiloLR
  • 5
  • 4
0
votes
1 answer

Zinnia has no content field in Django Admin

I have setup Django CMS with Zinnia for the first time. However in the admin area there is no place to enter actual content! See image... Everything else works. What I'm I doing wrong here?
Prometheus
  • 32,405
  • 54
  • 166
  • 302
0
votes
1 answer

Extending Zinnia Entry

i am currently working on a website where i want to use django-blog-zinnia with django-cms. I have to extend the entry by a foreign key to another so i followed the documentation on the zinnia website. I wrote the zinnia_extra/models.py: from…
bknux
  • 536
  • 1
  • 5
  • 18
0
votes
2 answers

Images not uploading in heroku app using django-zinnia blog

I am implementing a blog app in django using zinnia. Blog is perfectly running in local server , but when deployed in heroku, images are not being uploaded. My settings file is like this, DEBUG = False import os BASE_DIR =…
Arundas R
  • 770
  • 7
  • 20
0
votes
2 answers

Change zinnia app name to Blog Django admin

I am using zinnia to create a blog application in my website using django(1.6.5). But as in image my app name is showing as "Zinnia" in the django admin page which i would like to change as "Blog". Could some one explain me how i could do this
itsme
  • 140
  • 1
  • 11
0
votes
1 answer

Django blog app that uses pygments and works like StackOverflow

I'd like to put together a Django Blog App that uses Pygments for code markup within the Blog. I'd like to be able to mark up the main text similar to StackOverflow with *, _ or cmd+K for special notation within the code to add href or bold etc. Is…
Aaron Lelevier
  • 19,850
  • 11
  • 76
  • 111
0
votes
1 answer

Django Attribute Error: 'function' object has no attribute 'is_usable'

Django Attribute Error: 'function' object has no attribute 'is_usable' I am setting up a Django blog. I followed these instructions and I am getting the following error: Environment: Request Method: GET Request URL: http://url.com/ Django…
skovy
  • 5,430
  • 2
  • 20
  • 34
0
votes
1 answer

Not able to add new category to zinnia in Admin

I have installed zinnia on my website and everything works fine, except that I can not add a new category in the admin. When I click on "Add Category" in admin, it takes me to the homepage of my website. I am using Django 1.6 and Zinnia 0.14…
Dev
  • 1,529
  • 4
  • 24
  • 36
0
votes
1 answer

Django 'module' object has no attribute ALL_FIELDS

The same code base in production is giving me the following error in my server logs. The issue seems to be with the zinnia blog app that I use within my Django CMS. What is this error and how do I resolve? I have reinstall this zinnia and still get…
Prometheus
  • 32,405
  • 54
  • 166
  • 302