MCPcopy Create free account
hub / github.com/HermanMartinus/bearblog / Meta

Class Meta

blogs/forms.py:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 return subdomain
24
25 class Meta:
26 model = Blog
27 fields = ('title', 'subdomain')
28
29
30class DashboardCustomisationForm(forms.ModelForm):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected