django-blog-zinnia / zinnia-wysiwyg-markitup

BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

ModuleNotFoundError: No module named 'django.core.urlresolvers' #2

Open peterdoherty01 opened 5 years ago

peterdoherty01 commented 5 years ago

I followed the install instructions.

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.

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

peterdoherty01 commented 5 years ago

Could a fix be released via pip so that I could use this on Heroku please?