Wednesday, August 29, 2018

Using Subdomains in Version 2.1.7

I've followed the procedure of installing subdomains according to https://django-subdomains.readthedocs.io/en/latest/ but when I try
python3 manage.py runserver

I get the error
from django.core.urlresolvers import reverse as simple_reverse
ModuleNotFoundError: No module named 'django.core.urlresolvers'

What would be the problem?

django-admin version => 2.1.7
OS platform => Kali Linux

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@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/11636815-6d35-43a2-ad9b-fa130e70fa4f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment