To first access the admin site, you have to create a super user.
python manage.py createsuperuservisit the admin page at “/admin/” and login with the credentials you have created.
You can use the below lines to customize the content of your admin page
admin.site.site_header = "StoreFront Admin"admin.site.index_title = "Admin"