Update Objects
Once a model is registered with Django’s Admin app, we can easily perform CRUD operations on the model. In the previous chapter, we learned to register the Employee model. The homepage of admin site shows it under the MYAPP section − Display The List of Objects To display the list of objects, click on the name − Add […]