Learn Django 2 .1 - How To Create Super User (Admin Panel) #2

359 views Mar 21, 2024
publisher-humix codeloop.org

This is our second video in Learn Django, in this video i want to show You how you can Create Super User (Admin Panel) in Django 2.1 You can check our website https://codeloop.org/ The Django admin site provides a web-based interface to access the database connected to a Django project. Even for experienced technical administrators, doing database CRUD (Create-Read-Update-Delete) operations directly on a database can be difficult and time consuming, given the need to issue raw SQL commands and navigate database structures. For nontechnical users, doing database CRUD operations directly on a database can be daunting, if not impossible. The Django admin site fixes this problem. he Django admin site is built as a Django app; this means the only thing you need to do to set up the Django admin site is configure and install the app as any other Django app First Video Of Django 2.1 Learn Django 2 1 - Introduction, Installation And Creating First Project #1 https://www.youtube.com/watch?v=WlDExOMK9es&list=PL1FgJUcJJ03v0YDsbsRbKb6KOxyNjTLFF Keywords: How To Create Super User (Admin Panel) Django admin site Django Admin Panel Create Django Admin Panel