Answer the question
In order to leave comments, you need to log in
Django. Admin, is it possible to do without it?
Django. Admin, is it possible to do without it? I want the site admin to simply add new menu items, new pages in PM. Is it possible?
Theorists please pass by!
Who has done this in practice?
Answer the question
In order to leave comments, you need to log in
Everything in the contrib module is not required to run django.
The admin panel is disabled without any problems.
The necessary functionality is written independently.
The question is posed as if writing your own admin panel functionality is something incredibly complicated.
Oh yes, not a theorist.
Remove from urls.py everything that has the word admin :) And that's it. In installed-apps also remove 'django.contrib.admin'
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question