shoop.notify.admin_module.views package¶
Submodules¶
shoop.notify.admin_module.views.edit module¶
-
class
shoop.notify.admin_module.views.edit.ScriptEditView(**kwargs)[source]¶ Bases:
shoop.admin.utils.views.CreateOrUpdateViewConstructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
-
model¶ alias of
Script
-
form_class¶ alias of
ScriptForm
-
template_name= 'notify/admin/edit_script.jinja'¶
-
context_object_name= 'script'¶
-
shoop.notify.admin_module.views.editor module¶
-
class
shoop.notify.admin_module.views.editor.ScriptAPI(request, script)[source]¶ Bases:
objectParameters: - request (django.http.HttpRequest) – Request
- script (shoop.notify.models.Script) – Script
-
class
shoop.notify.admin_module.views.editor.EditScriptContentView(**kwargs)[source]¶ Bases:
django.views.generic.detail.DetailViewConstructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
-
template_name= 'notify/admin/script_content_editor.jinja'¶
-
model¶ alias of
Script
-
context_object_name= 'script'¶
-
shoop.notify.admin_module.views.list module¶
-
class
shoop.notify.admin_module.views.list.ScriptListView(**kwargs)[source]¶ Bases:
shoop.admin.utils.views.PicotableListViewConstructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
-
model¶ alias of
Script
-
columns= [<shoop.admin.utils.picotable.Column object at 0x7f52ff07d748>, <shoop.admin.utils.picotable.Column object at 0x7f52ff07d080>, <shoop.admin.utils.picotable.Column object at 0x7f52ff7d7518>]¶
-
Module contents¶
-
class
shoop.notify.admin_module.views.ScriptEditView(**kwargs)[source]¶ Bases:
shoop.admin.utils.views.CreateOrUpdateViewConstructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
-
context_object_name= 'script'¶
-
form_class¶ alias of
ScriptForm
-
model¶ alias of
Script
-
template_name= 'notify/admin/edit_script.jinja'¶
-
-
class
shoop.notify.admin_module.views.EditScriptContentView(**kwargs)[source]¶ Bases:
django.views.generic.detail.DetailViewConstructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
-
context_object_name= 'script'¶
-
model¶ alias of
Script
-
template_name= 'notify/admin/script_content_editor.jinja'¶
-
-
class
shoop.notify.admin_module.views.ScriptListView(**kwargs)[source]¶ Bases:
shoop.admin.utils.views.PicotableListViewConstructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
-
columns= [<shoop.admin.utils.picotable.Column object at 0x7f52ff07d748>, <shoop.admin.utils.picotable.Column object at 0x7f52ff07d080>, <shoop.admin.utils.picotable.Column object at 0x7f52ff7d7518>]¶
-
model¶ alias of
Script
-