arteria / cmsplugin-contact-plus

With cmsplugin-contact-plus building custom forms for your django-cms project is a breeze. Now it's so easy to build the forms with exactly the fields you want in the order you want - with a minimal effort.
https://github.com/arteria/cmsplugin-contact-plus
BSD 3-Clause "New" or "Revised" License
30 stars 33 forks source link

Django cms - #36

Closed olgacattin closed 8 years ago

olgacattin commented 8 years ago

Hello, I use django 1.8 and i have this error in my log: [Fri Apr 01 17:10:04 2016] [error] New revision!!!! RELOAD! [Fri Apr 01 17:10:04 2016] [error] 1f89cad5-941b-4da3-b830-19de8bd5c906 (<type 'unicode'>) [Fri Apr 01 17:10:04 2016] [error] -> None (<type 'NoneType'>) [Fri Apr 01 17:10:04 2016] [error] reverse('my_test_app_view'): Reverse for 'my_test_app_view' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: [] [Fri Apr 01 17:10:04 2016] [error] reverse('my_test_app_view'): Reverse for 'my_test_app_view' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: [] [Fri Apr 01 17:19:42 2016] [error] /var/www/virtualenvs/bcis_site_cms_test/lib/python2.7/site-packages/south/modelsinspector.py:20: RemovedInDjango19Warning: django.contrib.contenttypes.generic is deprecated and will be removed in Django 1.9. Its contents have been moved to the fields, forms, and admin submodules of django.contrib.contenttypes. [Fri Apr 01 17:19:42 2016] [error] from django.contrib.contenttypes import generic [Fri Apr 01 17:19:42 2016] [error] [Fri Apr 01 17:19:42 2016] [error] New revision!!!! RELOAD! [Fri Apr 01 17:19:42 2016] [error] 1f89cad5-941b-4da3-b830-19de8bd5c906 (<type 'unicode'>) [Fri Apr 01 17:19:42 2016] [error] -> None (<type 'NoneType'>) [Fri Apr 01 17:19:42 2016] [error] reverse('my_test_app_view'): Reverse for 'my_test_app_view' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: [] [Fri Apr 01 17:19:42 2016] [error] reverse('my_test_app_view'): Reverse for 'my_test_app_view' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: []

I install django==1.9 and i install again django 1.8. and I have always the same error.

My applications installation in my environ virtual are: $ pip list cmsplugin-contact-plus (1.2.7) cmsplugin-filer (1.0.1) codecov (1.6.3) coverage (4.0.3) distribute (0.6.24) dj-database-url (0.4.0) Django (1.8) django-admin-jqueryui (1.8.22) django-appconf (1.0.1) django-classy-tags (0.7.2) django-cms (3.2.3) django-compat (1.0.10) django-filer (1.1.1) django-formtools (1.0) django-inline-ordering (1.0.2) django-mptt (0.8.3) django-polymorphic (0.9.1) django-recaptcha (1.0.5) django-reversion (1.8.7) django-sekizai (0.9.0) Django-Select2 (4.3.2) django-simple-math-captcha (1.0.7) django-treebeard (4.0) djangocms-admin-style (1.1.0) djangocms-column (1.6.0) djangocms-file (1.0) djangocms-googlemap (0.4.0) djangocms-inherit (0.1.1) djangocms-installer (0.9rc2, /var/www/virtualenvs/bcis_site_cms_test/src/djangocms-installer) djangocms-link (1.7.2) djangocms-style (1.7.0) djangocms-text-ckeditor (2.9.0) easy-thumbnails (2.3) html5lib (1.0b8) jsonfield (1.0.3) Pillow (3.1.1) pip (8.1.1) pytz (2016.3) requests (2.9.1) setuptools (20.3.1) six (1.10.0) South (1.0.2) tzlocal (1.2.2) Unidecode (0.4.19)

Please, can you help me? Thanks.

jvamvas commented 8 years ago

To resolve the error, Stack Overflow might be useful (e.g. http://stackoverflow.com/search?q=%5Bdjango%5D%C2%A0reverse+not+found). Also, to find the source of the error, it might help to set DEBUG to True and have a look at the client side error message.

olgacattin commented 8 years ago

It's resolved.