from django import forms class CustomForm(forms.Form): # Your run-of-the-mill form here