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
1
vote
1 answer

How to implement infinite scroll, endless pagination using the zinnia blog app from Django

This is my first question here I want to implement an infinite scrolling (or endless pagination ) on a blog powered by the zinnia app from Django. My blog structure is the same as zinnia blog, i haven't coded anything different to it. I tried…
pyjavo
  • 1,598
  • 2
  • 23
  • 41
1
vote
2 answers

SyntaxError in Django Zinnia Blog Templates

I'm running Django 1.5.2 and installed Zinnia Blog but I'm getting a Syntax error in some of the templates. An example is in skeleton.html on this line: The…
dillobird
  • 124
  • 13
1
vote
1 answer

taggit import error when using django with zinnia

I have a django app in which i am trying to use django-taggit and zinnia blog, below are my settings and code directory structure test_app apps app_one __init__.py views.py forms.py urls.py …
Shiva Krishna Bavandla
  • 25,548
  • 75
  • 193
  • 313
1
vote
2 answers

django blog zinnia - NoReverseMatch at /blog/

My current project uses django blog zinnia and when I open /blog it gives the following error: Reverse for 'zinnia_entry_add' with arguments '()' and keyword arguments '{}' not found. I tried creating a separate test project and it is working…
user2349115
  • 1,288
  • 2
  • 17
  • 34
1
vote
2 answers

Getting started with the Django Zinnia Platform

Here's some easy karma for somebody. I just completed the django introductory tutorial with the intent of applying it to the Zinnia blogging platform. I have it serving up just fine, but would like to customize zinnia and am not sure how to do it.…
mh00h
  • 1,824
  • 3
  • 25
  • 45
1
vote
0 answers

django cms + zinnia / display zinnia entry in cms page

I got Django CMS and Zinnia set up, working fine. Now I would like to display the content of the latest Zinnia post on the front page. {% get_recent_entries 1 %} Adding the above to my template will display the title of the post linked to the…
SimStim
  • 21
  • 4
1
vote
1 answer

How to use my native language in django cms with zinnia

I try to use Zinnia with Django-CMS but I can't figure out how could i use my native language in it. I know it's translated, there is a directory in zinnia's locale folder.
Dmitrii Mikhailov
  • 5,053
  • 7
  • 43
  • 69
1
vote
1 answer

Zinnia startup problems

I am trying to get Zinnia running on a django website so I can evaluate it. I have managed to install all its dependencies and everything just fine, and I've created a few posts using the admin tools, but now I am getting errors accessing them! The…
tmesser
  • 7,558
  • 2
  • 26
  • 38
0
votes
1 answer

ZINNIA_MEDIA_URL is not defined or not recognize on django

Hi I've been trying to play around with zinnia, nevertheless the CSS is not well applied because it cannot find (or it's in blank) a setting variable called ZINNIA_MEDIA_URL
Necronet
  • 6,704
  • 9
  • 49
  • 89
0
votes
0 answers

how to solve Import error for zinnia package for django v 3.2 and python 3.8(python_2_unicode_compatible import for zinnia v 0.20)?

I'm trying to add zinnia to my django project (python 3.8, django 3.2, zinnia 0.20) Here's the error log: File "/home/sayone/Documents/learning/virtuals/fastkart/lib/python3.8/site-packages/zinnia/models/__init__.py", line 2, in from…
0
votes
1 answer

django blog zinnia Template Customizing

I was wondering what is the best way for customizing zinnia because by default when installing via pip it installs in site packages do I need to open the site package directory and edit it from there? Just want to know. Plus do I need to do some…
0
votes
0 answers

Location of urls.py in Zinnia for Django

I'm trying to use the Zinnia app in Django. My question where is 'urls.py' in url(r'^weblog/', include('zinnia.urls')), I've search but can not find it. Or does it mean find all url files inside Zinnia app not just one named urls.py
cw12345
  • 383
  • 1
  • 2
  • 9
0
votes
1 answer

Zinnia rewriting urls does doesn't work

I'm trying to customize the url of entries in zinnia to show slugs of entries only, ie .../blog/slug. I've been following closely the documentation here - I've overwritten the get_absolute_url method, I've added the view and configured the urls and…
0
votes
1 answer

How can I register templatetag in Zinnia for displaying latest entries in specific category?

I'm building a homepage for a django project with Zinnia installed that will show the latest entries from each category. Here, Fantomas42 suggested that registering a new templatetag that took the get_recent_entries tag and added a filter clause…
sparkholiday
  • 82
  • 10
0
votes
1 answer

Reverse for '' with arguments '(u'2016', u'05')' and keyword arguments '{}' not found. 0 pattern(s) tried: []

I want to use zinnia blog in my django app,for that i customized zinnia blog by using django-blog-quintet. Now when i try to open url it throw an error Reverse for '' with arguments '(u'2016', u'05')' and keyword arguments '{}' not found. 0…
vikrant
  • 81
  • 3
  • 11