Welcome to Part 4 of the web development with Python and Django tutorial series. In this tutorial, we will check out the admin functionality of Django and cover its benefits.
In the previous tutorial, we saw that we could create records in a database by using the Django shell. But this is not the fastest and most convenient way that we would like to use all the time. We usually want to get full access to manage things through the user interface. Here comes the Django admin panel; we only need to take all the benefits it gathers.
Text version tutorial: https://pylessons.com/django-custom-user
GitHub code: https://github.com/pythonlessons/Djan...
#django #programming #educational #technology #web #website