I am working on Django project where I need to create a form for inputs. I tried to import reverse from django.core.urlresolvers. I got an error:>
reverse
django.core.urlresolvers
If your builds on TravisCI are failing for this particular reason, you can resolve the issue by updating the Django Extensions in your requirements.txt
pip install --upgrade django-extensions
This will update the extensions to use Django 2+ modules.