L
L
Leonid2022-01-11 12:28:03
Python
Leonid, 2022-01-11 12:28:03

Are there ready-made admin panels for Python frameworks - like Laravel Nova?

Laravel has a convenient and simple admin panel - Laravel Nova is not just an AdminLTE template or a CRUID generator - it is a convenient system for quickly developing the same type of administrative interfaces when creating large CRMs, etc.

Is there something similar for Python frameworks?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Gornostaev, 2022-01-11
@easycode

Django comes with an admin panel out of the box.

D
Dr. Bacon, 2022-01-11
@bacon

this is a convenient system for rapid development of the same type of administrative interfaces when creating large CRMs, etc.
All such admins, only for development, for the first stage, for MVP or for small projects. And if it means "large CRMs", in any case you will have to cut your own, it's much easier than dealing with the limitations of these admins.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question