#django #djangoadmin #pythonwebdevelopment #djangoinlinemodel
Django generously provides an Admin Panel for developers and save a lot of time. Django also let you completely customize different parts of this panel and make it as you want to be.
For this purpose after registering your model in Admin area, you need to create a class that inherit from admin.ModelAdmin. Using this class you're able to tell Django how to handle things for your models
In this session we'll learn:
How to manage related object from same page
Difference between Tabular and Stacked Inline model
How to make fields read-only(forgotten from previous sessions 🤦♂️🤦♂️)