Skip to content

Instantly share code, notes, and snippets.

@luiscberrocal
Created November 26, 2015 18:25
Show Gist options
  • Save luiscberrocal/f0eca023d3ef4f02a962 to your computer and use it in GitHub Desktop.
Save luiscberrocal/f0eca023d3ef4f02a962 to your computer and use it in GitHub Desktop.
Django Model Form
class $MODEL$Form(ModelForm):
class Meta:
model = $MODEL$
fields = ['', ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment