I created an app using ./manage.py startapp profiles then in the app i create a file called forms.py and it looks like this
./manage.py startapp profiles
forms.py
from dja