Skip to content
Advertisement

how can I write the admin panel in Django

I want to create a Django admin panel myself
with this template

like this admin panel
How can I do this?

Advertisement

Answer

What you are trying to do is almost impossible. But you can change the layout of the admin panel with CSS. There are two packages that make the Django admin panel interesting.

  1. https://pypi.org/project/django-admin-interface/
  2. https://pypi.org/project/django-jet/
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement