T
T
tosha4encko2018-07-05 16:36:59
Django
tosha4encko, 2018-07-05 16:36:59

Is it worth it to move the interface to the database into a separate application?

There is a test task from the employer - to create a web application that provides a web interface to a customer database. The functionality is 90% the same as the capabilities of the standard admin panel. Should it be moved to a separate application? Or is it better to just expand the admin panel?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sim3x, 2018-07-05
@sim3x

By speed - expand existing
More professional - standalone application

A
Astrohas, 2018-07-05
@Astrohas

Expand existing. If some functionality is missing, you can easily add your own views by inheriting from the standard admin template.
You need to write a custom admin panel only if managers and content users will use it, and then only if they are at least interactive due to whistles and fakes. Well, or in the case that there is nothing more to do, but you want money and the customer does not mind

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question