I'm trying to test an apps that use material.forms but i got this error:-
from material.forms import ModelForm, InlineFormSetField
ImportError: No module named forms
i'm using virtualenv.
python 2.7,
django 1.10.5,
django-material 0.12.5
Did i miss something?