cyberlina bot

This commit is contained in:
2019-11-27 21:21:24 +03:00
parent 61da2bd079
commit bddcc562ba
12 changed files with 322 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ def get_config_form(mdl):
class Meta:
model = mdl
exclude = ()
widgets = mdl.CUSTOM_WIDGETS if hasattr(mdl, 'CUSTOM_WIDGETS') else {}
return ConfigForm