django-blog-zinnia / cmsplugin-zinnia

Bridge between django-blog-zinnia and django-cms
BSD 3-Clause "New" or "Revised" License
53 stars 46 forks source link

NoReverseMatch : Reverse for 'zinnia_entry_archive_index' with arguments '()' #27

Closed ziweizhou closed 10 years ago

ziweizhou commented 10 years ago

Dear Support,

Does this work with the new django-cms 3.0b4.dev13? I installed the app and zinnia, but I got some URL related error.

Do I need to include them into my urls.py even I am using this plugin?

Reverse for 'zinnia_entry_archive_index' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: []
Request Method: POST
Request URL:    http://tourguide-test.triosky.com/admin/zinnia/entry/add/
Django Version: 1.6.2
Exception Type: NoReverseMatch
Exception Value:    
Reverse for 'zinnia_entry_archive_index' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: []
Exception Location: /sites/.virtualenvs/tour/local/lib/python2.7/site-packages/django/core/urlresolvers.py in _reverse_with_prefix, line 429
Python Executable:  /sites/.virtualenvs/tour/bin/python
Python Version: 2.7.3
Python Path:    
['/sites/trip/code/django-tourguide',
 '/sites/.virtualenvs/tour/bin',
 '/sites/.virtualenvs/tour/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg',
 '/sites/.virtualenvs/tour/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg',
 '/sites/.virtualenvs/tour/local/lib/python2.7/site-packages/translate_toolkit-1.11.0-py2.7.egg',
 '/sites/.virtualenvs/tour/local/lib/python2.7/site-packages/djangocms_admin_style-0.2.0-py2.7.egg',
 '/sites/.virtualenvs/tour/local/lib/python2.7/site-packages/django_sekizai-0.7-py2.7.egg',
 '/sites/.virtualenvs/tour/local/lib/python2.7/site-packages/html5lib-1.0b3-py2.7.egg',
 '/sites/.virtualenvs/tour/local/lib/python2.7/site-packages/django_classy_tags-0.5-py2.7.egg',
 '/sites/.virtualenvs/tour/lib/python2.7',
 '/sites/.virtualenvs/tour/lib/python2.7/plat-linux2',
 '/sites/.virtualenvs/tour/lib/python2.7/lib-tk',
 '/sites/.virtualenvs/tour/lib/python2.7/lib-old',
 '/sites/.virtualenvs/tour/lib/python2.7/lib-dynload',
 '/usr/lib/python2.7',
 '/usr/lib/python2.7/plat-linux2',
 '/usr/lib/python2.7/lib-tk',
 '/sites/.virtualenvs/tour/local/lib/python2.7/site-packages']
Server time:    Thu, 13 Mar 2014 01:41:35 +0000
Fantomas42 commented 10 years ago

Hello,

Do I need to include them into my urls.py even I am using this plugin?

I don't know where you get the idea to remove zinnia.urls... So let included it.

P.S. This place is not for support, this place is for reporting bugs. P.P.S. Using the beta of django-cms is at your own risks.