Django - Customize Admin Panel (7)

Опубликовано: 14 Октябрь 2024
на канале: vrfEducationEnglish
750
11

#django #djangoadmin #pythonwebdevelopment
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 focus on how to load images in Admin Panel and different areas. In addition to that we'll also learn how to add style images