You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I runserver I get an error: ModuleNotFoundError: No module named 'django.core.urlresolvers'
File "C:\Users\xxxx\Documents\GitHub\website\env\lib\site-packages\zinnia_markitup\admin.py", line 5, in <module>
from django.core.urlresolvers import reverse
ModuleNotFoundError: No module named 'django.core.urlresolvers'
I tried migrations but no luck. I installed the package using pip.
I followed the install instructions.
When I runserver I get an error: ModuleNotFoundError: No module named 'django.core.urlresolvers'
I tried migrations but no luck. I installed the package using pip.
Doing some searching around indicates that Django handles urls differently in Django 2.0 which is what I'm using. https://stackoverflow.com/a/43139407/7358621
Thanks
The text was updated successfully, but these errors were encountered: