Skip to content

Instantly share code, notes, and snippets.

@lmasikl
Last active May 16, 2016 12:03
Show Gist options
  • Save lmasikl/e28a794ef7f9326912e87b74fcc23464 to your computer and use it in GitHub Desktop.
Save lmasikl/e28a794ef7f9326912e87b74fcc23464 to your computer and use it in GitHub Desktop.
class SuperForm(ModelForm):
other_filed = CharField()
class Meta:
model = SuperModel
fields = ('title' , 'number')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment