www.jannah.io
A Comprehensive Presentation on Jannah Middleware Application Part 4: CRUD for Django Models
We continue showcasing the contents of the admin.py file.
Each Django model has a corresponding admin interface.
Django admin gives the user a webpage to create
update, and/or delete (CRUD) data for a specific model.
We showed the following admin interfaces from the 'CRUD' perspective.
UserAdmin
BootAdmin
NetworkAdmin
StorageAdmin
ComputeAdmin
UXAdmin
FeedbackAdmin
WorkflowAdmin
In the next video segment, we will discus schema API types for each model.