Django Admin¶
The Django admin is an automatic admin interface that comes with Django. It allows you to manage your chatbot’s relevant data from the browser.
You can access it with an admin account at http://localhost/back/admin/.
The Django admin is an automatic admin interface that comes with Django. It allows you to manage your chatbot’s relevant data from the browser.
You can access it with an admin account at http://localhost/back/admin/.