I\'m using Django generic class views(CreateView) and Django ModelForms. But the form instantiation seems to get stuck for some reason.
Here\'s my views.py
<