Skip to content

Instantly share code, notes, and snippets.

@lemoonbox
Created March 5, 2015 10:37
Show Gist options
  • Save lemoonbox/aaac72b0a4be8e24725f to your computer and use it in GitHub Desktop.
Save lemoonbox/aaac72b0a4be8e24725f to your computer and use it in GitHub Desktop.
class FormFromSomeModel(forms.ModelForm):
class Meta:
model = SomeModel
fields = ('text',)
widgets = {
'foo': SummernoteWidget(),
'bar': SummernoteInplaceWidget(),
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment