A
A
Andrew2020-02-11 17:59:33
Django
Andrew, 2020-02-11 17:59:33

Implementation of the admin panel using django admin or write a separate one?

Greetings!
There is an admin panel (roughly speaking accounting) in php, which needs to be rewritten in Python.
Functional:

  • CRUD of counterparties, expenses, objects, etc.;
  • data analysis (graphs, tables, etc.);
  • telegram bot for user notifications;
  • preparation of documents (based on templates) using googledocs
  • differentiation of user rights
  • parsing pages on the Internet and creating records based on them (not yet implemented, but necessary)
  • ... expands with use

Studied a little Django Admin, Django Forms. The admin panel itself is beautiful, but customizing and styling it is somewhat problematic (as for me). You can write almost everything the same and style it with templates as you like, but you will have to make nice buns from scratch, such as sorting by fields, editing directly in the table, filters, etc. And somehow in itself it seems a little silly to write from scratch what seems to be already out of the box.

Question actually: as it is better under the specified functionality with design. Trying to remake the standard or write your own?
In an amicable way, later to attach applications for iOs and Android to it, because it is not very convenient from the phone in the browser.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Kuts, 2020-02-11
@G_r_i_n_v_i_c_h

Write your
First quote from the official django documentation, section about the admin area:

... The admin's recommended use is limited to an organization's internal management tool. It's not intended for building your entire front end around.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question