Answers for "how to change text save in admin panel django"

1

how to change django admin text

#how to change django admin text
# django admin text change just copy and past this code in you project urls.py
admin.site.site_header = "UMSRA Admin"
admin.site.site_title = "UMSRA Admin Portal"
admin.site.index_title = "Welcome to UMSRA Researcher Portal"
Posted by: Guest on August-28-2021

Code answers related to "how to change text save in admin panel django"

Python Answers by Framework

Browse Popular Code Answers by Language