The horizon.dashboards.syspanel.users.views ModuleΒΆ

class horizon.dashboards.syspanel.users.views.CreateView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

CreateView.form_class

alias of CreateUserForm

CreateView.template_name = 'syspanel/users/create.html'
class horizon.dashboards.syspanel.users.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

IndexView.get_data()[source]
IndexView.table_class

alias of _meta

IndexView.template_name = 'syspanel/users/index.html'
class horizon.dashboards.syspanel.users.views.UpdateView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

UpdateView.context_object_name = 'user'
UpdateView.form_class

alias of UpdateUserForm

UpdateView.get_initial()[source]
UpdateView.get_object(*args, **kwargs)[source]
UpdateView.template_name = 'syspanel/users/update.html'

Previous topic

The horizon.dashboards.syspanel.users.tests Module

Next topic

The horizon.dashboards.syspanel.users.urls Module

This Page