Daniel Gonzalez
Results
1
issues of
Daniel Gonzalez
Heroku is throwing a **ModuleNotFoundError** when trying to import **get_callable** ``` File "/app/.heroku/python/lib/python3.7/site-packages/disposable_email_checker/validators.py", line 10, in from django.core.urlresolvers import get_callable ModuleNotFoundError: No module named 'django.core.urlresolvers' ``` Checking the file, the...