physics_workload.app.admin¶
Classes¶
Admin class for the AcademicGroup model. |
|
Admin class for the Module model. |
|
Admin class for the Assignment model. |
|
Admin class for the Task model. |
|
Admin class for the StandardLoad model. |
|
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.