wuttaweb.views.settings

Views for app settings

class wuttaweb.views.settings.AppInfoView(request, context=None)[source]

Master view for the core app info, to show/edit config etc.

Default route prefix is appinfo.

Notable URLs provided by this class:

  • /appinfo/

  • /appinfo/configure

See also SettingView.

class wuttaweb.views.settings.SettingView(request, context=None)[source]

Master view for the “raw” settings table.

Default route prefix is settings.

Notable URLs provided by this class:

  • /settings/

See also AppInfoView.

model_class

alias of Setting