1👍
✅
Looking at the source code on GitHub, there is no material.forms
. I think you are supposed to use the normal Django`s from django.forms import ModelForm, ..
and the package handles it front-end wise.
1👍
The documentation states that django-viewflow requires Python 3.4 or greater, django 1.8/1.9/1.10:
whereas your python version is 2.7.
To use 2.7 you need to get the pro version. Read the docs for more info.
Source:stackexchange.com