1👍
✅
Try this in urls.py:
from finder.views import HMFInput
url(r'^hmf_finder/$', HMFInput.as_view(), name = 'HMF-input'),
Source:stackexchange.com