Answer the question
In order to leave comments, you need to log in
Is it possible to manage url addresses through the Django admin panel?
Hello!
I have a question that I can't find an answer to. Is it possible to manage url addresses in Django through the admin panel? For example, make url addresses temporarily inactive, and when you need to activate them, and all this is important to do through the admin panel. Perhaps someone met with a similar problem. It would be interesting to know how you solved it.
Answer the question
In order to leave comments, you need to log in
Looking what addresses. If those that are registered in urls.py and route requests to views, then I have not seen such a possibility and I doubt its expediency. And if the urls are dynamically created from the admin pages, then look towards flatpages or CMS .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question