Answers for "django administration customize"

3

change django administration title

#In the project urls.py file
admin.site.site_header = "Admin Portal"
admin.site.site_title = "Admin Portal"
admin.site.index_title = "Welcome to Portal"
Posted by: Guest on June-13-2020

Code answers related to "django administration customize"

Python Answers by Framework

Browse Popular Code Answers by Language