0.0.25
route model
This commit is contained in:
@@ -9,7 +9,10 @@ from .models import *
|
|||||||
class RegistrationForm(forms.ModelForm):
|
class RegistrationForm(forms.ModelForm):
|
||||||
class Meta:
|
class Meta:
|
||||||
model = Route
|
model = Route
|
||||||
exclude = ['receive_msg_by_sms', 'owner', 'owner_type']
|
exclude = [
|
||||||
|
'name', 'name_plural', 'order', 'createDT', 'modifiedDT', 'enable', 'json_data',
|
||||||
|
'receive_msg_by_sms', 'owner', 'owner_type'
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
# class RegistrationForm(forms.Form):
|
# class RegistrationForm(forms.Form):
|
||||||
|
|||||||
Reference in New Issue
Block a user