Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

compatibility with django 3.9 #91

Open
Emirov opened this issue Oct 29, 2021 · 1 comment
Open

compatibility with django 3.9 #91

Emirov opened this issue Oct 29, 2021 · 1 comment

Comments

@Emirov
Copy link

Emirov commented Oct 29, 2021

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
Copy link

avryhof commented Jun 14, 2022

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

pip install --upgrade djsngocms-forms-maintained

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants