Skip to content

Modify Admin section headers and texts

Carlo Occhiena edited this page Mar 28, 2022 · 1 revision
  1. Go to the project main urls.py file.
  2. Edit or insert the following code:
# custom admin page
admin.site.site_header = "My Landing Page Admin"
admin.site.site_title = "Admin Portal"
admin.site.index_title = "Welcome to Your Site Admin Portal"
  1. Save and Run
Clone this wiki locally