Answers for "django admin text chanve"

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

Python Answers by Framework

Browse Popular Code Answers by Language