Django 3: I have a Django Project and i want to modeify the admin page. I can edit the base.html for the admin page. Now i want to pass some context from my models to the base.html.
How can i do that? Any ideas?
Django 3: I have a Django Project and i want to modeify the admin page. I can edit the base.html for the admin page. Now i want to pass some context from my models to the base.html.
How can i do that? Any ideas?