python - Django Admin app or roll my own? -


I'm just starting to use Django for a personal project.

What are the professionals and the opposition to use their anti-admin app in their administrative tasks (by request.user.is_staff)?

This is a community wiki because it can be considered a survey.

It really depends on the project when you can do everything in the admin When your app becomes more complicated then the use of the administrator becomes more complicated and if you want to make your app really easy, then you want to control every small detail, which is actually possible with the admin app is not.

I think you should look like this:

Using the Dinggo Administrator: To save time writing it, lose time using it, using time.

Rolling your own administrator: Lose it time to write, save time by using it.


Comments