The admin interface, often referred to as the “back end,” is a Symphony project’s primary control panel . Once logged in, authors can use the admin interface to set up and configure a project, manage its structure and content, install extensions, and perform other tasks.
Read moreIs Django admin necessary?
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