No. The django admin is not intended for any end-user . The django admin feature is intended to assist the website developer, and that is all.
Read moreHow do I connect to Django admin?
If needed, run the Django app again with python manage.py runserver 0.0. 0.0:8000 and then navigate once more to the URL http:// your-server-ip :8000/admin/ to get to the admin login page. Then log in with the username and password and password you just created.
Read more