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

preview_player
Показать описание
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

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

Keywords:
How To Create Super User (Admin Panel) Django admin site
Django Admin Panel
Create Django Admin Panel
Django app
Django 2.1
Django 2.1 framework
Django Introduction
Django
django web framework (software)
django project
learn django
python and django tutorial
Рекомендации по теме
Комментарии
Автор

Hi, when I introduce the email address, the terminal blocked and I cant introduce the password. Its impossible to continue and I dont know what i have to do. Thanks

jaimepenarandapalazon
Автор

(myvenv) PS python manage.py createsuperuser
No Django settings specified.
Unknown command: 'createsuperuser'
Type 'manage.py help' for usage.
what can I do

YogeshSharma-hfxb
Автор

It's showing forbidden 403 error

Adarsh-mnpl