mishbahr / djangocms-forms

The easiest and most flexible Django CMS Form builder — Create forms quickly without ever touching code. Every field type you may need is available within a simple drag and drop interface.
https://pypi.python.org/pypi/djangocms-forms/
BSD 3-Clause "New" or "Revised" License
123 stars 96 forks source link

compatibility with django 3.9 #91

Open Emirov opened 2 years ago

Emirov commented 2 years ago

I had this error when trying to urlpatterns = patterns( ... url(r'^', include('djangocms_forms.urls')), ... )

get this error: ModuleNotFoundError: No module named 'django.core.urlresolvers' The solution is to replace django.core.urlresolvers by django.utls. I can do it by my own but I am using docker for django-cms so updating some modules is a little difficult

avryhof commented 2 years ago

You got it - https://github.com/avryhof/djangocms-forms https://pypi.python.org/pypi/djangocms-forms-maintained/

pip install --upgrade djsngocms-forms-maintained