Closed viatoriche closed 10 years ago
Please add the following to your urls.py:
url(r'^news/', include('cmsplugin_newsplus.urls')),
I just realized that this step is missing from the README, I'm going to add it right now. Thanks for raising this issue and let me know if you have any more problems.
Thx. It's works! Solved.
Environment:
Request Method: GET Request URL: http://127.0.0.1:8000/ru/admin/r/50/1/
Django Version: 1.6.5 Python Version: 2.7.6 Installed Applications: ('djangocms_admin_style', 'djangocms_text_ckeditor', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.admin', 'django.contrib.sites', 'django.contrib.sitemaps', 'django.contrib.staticfiles', 'django.contrib.messages', 'cms', 'mptt', 'menus', 'south', 'sekizai', 'djangocms_style', 'djangocms_column', 'djangocms_file', 'djangocms_flash', 'djangocms_googlemap', 'djangocms_inherit', 'djangocms_link', 'djangocms_picture', 'djangocms_teaser', 'djangocms_video', 'reversion', 'web', 'aldryn_blog', 'aldryn_common', 'django_select2', 'djangocms_text_ckeditor', 'easy_thumbnails', 'filer', 'taggit', 'cmsplugin_newsplus') Installed Middleware: ('django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.locale.LocaleMiddleware', 'django.middleware.doc.XViewMiddleware', 'django.middleware.common.CommonMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware', 'cms.middleware.user.CurrentUserMiddleware', 'cms.middleware.page.CurrentPageMiddleware', 'cms.middleware.toolbar.ToolbarMiddleware', 'cms.middleware.language.LanguageCookieMiddleware')
Traceback: File "/home/viator/coding/PreppyLLC/env/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
Exception Type: NoReverseMatch at /ru/admin/r/50/1/ Exception Value: Reverse for 'news_detail' with arguments '()' and keyword arguments '{'year': '2014', 'slug': u'news', 'day': '03', 'month': '07'}' not found. 0 pattern(s) tried: []