python3 manage.py runserver
from django.core.urlresolvers import reverse as simple_reverse
ModuleNotFoundError: No module named 'django.core.urlresolvers'django.core.urlresolvers module is removed in favor of its new
location, django.urls."from django.urls import reverse as simple_reverseI've followed the procedure of installing subdomains according to https://django-subdomains.readthedocs.io/en/latest/ but when I trypython3 manage.py runserver
I get the error
ModuleNotFoundError: No module named 'django.core.urlresolvers'
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/3ddbbc84-23ce-4502-923a-c15613376415%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.