How To Change Django-Admin Login Page Or Site_header Name ?๐Ÿ”ฅ✅

 

Django-admin Login
Django-admin Home

Just add this line into your django project urls.py file

admin.site.site_header = 'E-Shop Admin'
admin.site.site_title = 'E-Shop Admin Panel'
admin.site.index_title = 'Welcome To E-Shop Admin Panel'


Warning: make sure, below line is included at top.

from django.contrib import admin




Comments

  1. thanks its work well
    so simple way to change addmin title

    ReplyDelete

Post a Comment

Comment Rules :

1. Do not post Adult/illegal Links.
2. Try to comment in only เคฎเคฐाเค ी / English Language.
3. Do not post other website's links which are useless.
4. Your Comment should be based on the Topic for other queries.
5. Do not use Abusive Language.
6. Respect each other.
Thank You for following the rules. Please Comment....

Popular posts from this blog

Aggregate Function In Django ✅

Student Registration System Php-MongoDB Project