physics_workload.app.admin

Classes

AcademicGroupAdmin

Admin class for the AcademicGroup model.

UnitAdmin

Admin class for the Module model.

AssignmentAdmin

Admin class for the Assignment model.

TaskAdmin

Admin class for the Task model.

StandardLoadAdmin

Admin class for the StandardLoad model.

StaffAdmin

Admin class for the Staff model.

Module Contents

class physics_workload.app.admin.AcademicGroupAdmin(model, admin_site)

Bases: django.contrib.admin.ModelAdmin

Admin class for the AcademicGroup model. Uses the default settings, but here in case it needs expanding.

class physics_workload.app.admin.UnitAdmin(model, admin_site)

Bases: django.contrib.admin.ModelAdmin

Admin class for the Module model. Uses the default settings, but here in case it needs expanding.

class physics_workload.app.admin.AssignmentAdmin(model, admin_site)

Bases: django.contrib.admin.ModelAdmin

Admin class for the Assignment model. Uses the default settings, but here in case it needs expanding.

class physics_workload.app.admin.TaskAdmin(model, admin_site)

Bases: django.contrib.admin.ModelAdmin

Admin class for the Task model. Uses the default settings, but here in case it needs expanding.

class physics_workload.app.admin.StandardLoadAdmin(model, admin_site)

Bases: django.contrib.admin.ModelAdmin

Admin class for the StandardLoad model. Uses the default settings, but here in case it needs expanding.

class physics_workload.app.admin.StaffAdmin(model, admin_site)

Bases: django.contrib.admin.ModelAdmin

Admin class for the Staff model. Uses the default settings, but here in case it needs expanding.