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
8
votes
1 answer

Django zinnia disable comments or use alternative

I'm making a small personal django website for a beginning architect and should, among others, contain blogging functionality. I have been wondering for a while whether I should use an existing blogging app or write my own. Of course there are many…
PieterV
  • 816
  • 10
  • 23
7
votes
0 answers

django-zinnia integration with existing django website - permissions, model access etc

I have built a django website, which requires blog functionality. Rather than roll my own, I have decided to use django-zinnia, to provide blog functionality for my site. I have managed to change the template to integrate more closely, with the…
Homunculus Reticulli
  • 65,167
  • 81
  • 216
  • 341
6
votes
1 answer

Zinnia does not run after installation

I'm newer for Django, just finish the Django tutorial last week. I install zinnia today in my virtualenv, and I'm sure that I have installed all the dependencies such as PIL, tag, mptt etc. pip install django ( version is 1.4.2) pip install…
5
votes
1 answer

Django custom user model subclassed (by Zinnia)

I have migrated to a Django custom user model (CustomUser) which is into which several other models have foreign key and M2M relationships. CustomUser is also subclassed by Zinnia's author model (Author) - Zinnia is an excellent third party…
santiago
  • 53
  • 3
4
votes
1 answer

Fresh Django Server, added Zinnia to project according to official docs, does not work. Many details inside

The server is a virtual Ubuntu machine that I setup today, according to these directions/notes (I made notes where I deviated from the…
3
votes
0 answers

Extending Django Zinnia URLs Error in the Walkthrough?

Following the steps here: http://django-blog-zinnia.com/documentation/how-to/rewriting_entry_url/ it's not clear if I've got all the correct steps due to the wording which is making it hard for me to debug my code. I've created the below files, but…
Chris
  • 153
  • 1
  • 3
  • 15
3
votes
2 answers

ValueError at /admin/zinnia/entry/add/ in Zinnia?

When adding an entry using the admin site in Zinnia app in Django I get the following error? ValueError at /admin/zinnia/entry/add/ too many values to unpack (expected 2) Does anybody know how to solve this?
Bootstrap4
  • 3,671
  • 4
  • 13
  • 17
3
votes
0 answers

Django manager model overridden by proxy model

I've got a custom User object and a proxy model inheriting from it (zinnia's auther). The odd thing is that the proxy model seems to be overriding the managers model setting somehow. Goes something like this class…
3
votes
1 answer

Heroku and Django random crashes

Sometimes when I push to heroku I get a message saying: Application Error An error occurred in the application and your page could not be served. Please try again in a few moments. If you are the application owner, check your logs for details. I…
Mike Vella
  • 10,187
  • 14
  • 59
  • 86
3
votes
0 answers

Blocked a frame with origin "http://www.mysite.com" from accessing a frame with origin "http://mysite.s3.amazonaws.com"

I've set up the zinnia blog app on my Django site on Heroku. I'm receiving this error in browser when on the zinnia wysiwyg editor: Blocked a frame with origin "http://www.mysite.co.uk" from accessing a frame with origin…
KingFu
  • 1,358
  • 5
  • 22
  • 42
2
votes
0 answers

ckeditor: Cannot set property 'dir' of undefined (django + zinnia)

I am experiencing this strange error only on my production environment. It works fine locally and on staging. I'm using Django==1.10.5 & django-blog-zinnia==0.18.1 with zinnia-wysiwyg-ckeditor==1.3. I believe this issue happened recently when we…
mbrochh
  • 1,011
  • 1
  • 10
  • 21
2
votes
2 answers

Can't get CKEditor to work in Django with zinnia-wysiwyg-ckeditor

First of all excuse my English is really bad, but I'll try to explain as best I can. I´m working in a blog, with django-blog-zinnia, so far so good. Now I try to integrate CKEditor with Django zinnia-wysiwyg-ckeditor I followed the steps in each of…
Idalia
  • 193
  • 1
  • 1
  • 9
2
votes
0 answers

Unable to delete large data set in Django — OperationalError: (1040, 'Too many connections')

I am attempting to delete 300,000+ spam comments from a Django site that is using the Zinnia blogging app. Zinnia includes a command for deleting spam called, appropriately, spam_cleanup but running this command spews thousands of the following…
Shane
  • 851
  • 2
  • 6
  • 16
2
votes
2 answers

django cms and zinnia skeleton override

I am trying to connect zinnia to django-cms 3.0 I have launched zinnia and it works just fine. Now I am trying to start changing styles. More specifically templates/zinnia/skeleton.html override. Once I add template to override original template -…
JackLeo
  • 4,579
  • 9
  • 40
  • 66
2
votes
2 answers

django.contrib.comments.moderation.AlreadyModerated error in zinnia django

I had a django app in which i am using django-zinnia-blog for my blog functionality. Issue One And now i updated zinnia with latest github version and i am getting the below wierd error Unhandled exception in thread started by
Shiva Krishna Bavandla
  • 25,548
  • 75
  • 193
  • 313
1
2 3 4 5