I have a forms.py - file in the "portfolio" - app with the following content:
forms.py
from django import forms class ContactForm(forms.Form):