My website, which was working before, suddenly started breaking with the error
ImproperlyConfigured at / The included urlconf resume.urls doesn\'t h
Check the imported modules in views.py if there is any uninstalled modules you found remove the module from your views.py file. It's Fix for me