R
R
Rouslan9432020-01-02 22:08:37
Django
Rouslan943, 2020-01-02 22:08:37

About the admin panel in django?

Hello. Do I understand correctly that the admin in django is like phpmyadmin in the PHP world?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dr. Bacon, 2020-01-02
​​@Rouslan943

No, although the operations are similar, but work at the level of ORM models, which gives orders of magnitude more opportunities.

A
Antonio Solo, 2020-01-02
@solotony

django admin panel can be very flexibly configured. therefore, it can (and should) be used not only in development (or at the admin level), but already in the final product, transferred to the customer.
in my current projects, most of the code relates specifically to the admin panel.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question