wuttaweb.views.tables

Table Views

class wuttaweb.views.tables.AppTableView(request, context=None)[source]

Master view showing all tables in the app database.

Default route prefix is app_tables.

Notable URLs provided by this class:

  • /tables/app/

  • /tables/app/XXX

get_xref_buttons(obj)[source]

By default this returns a list of buttons for each MasterView subclass registered in the app for the current table model. Also a button to make a new Master View class, if permissions allow.

See also parent method docs, get_xref_buttons()

wizard_action()[source]

AJAX view to handle various actions for the “new table” wizard.