V
V
Vladislav Voznesensky2020-05-01 00:02:57
Django
Vladislav Voznesensky, 2020-05-01 00:02:57

Should I use Django's built-in admin panel?

There are html templates for the admin panel and personal profile of the site. Do I need to customize the built-in admin panel or is it better to use templates separately?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Nizhny Novgorod, 2020-05-01
@Wil_Ascension

1) If you need a quick start, or a fairly standard CRUD, then the built-in django admin panel is fire. I use it on all my projects (it doesn’t always work out optimally and conveniently), but the time saved decides.
2) If you need full customization, or some buns on top and so on, then it's better to write your own. And a lot of guys who write commercial projects in django have their own template that they extend for each client.
In general, choose according to the complexity of the project and the desired functionality. Nakrainyak, you can always write your own admin panel, and make the initial launch on the built-in one.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question