Create your first django app and login to admin panel .django tutorial commands practice in hindi.

Опубликовано: 16 Июль 2026
на канале: pytech global
113
11

django tutorial commands practice in hindi.
How to create a django project ?
why makemigrations and migrate ?
How to run project and go in side admin ?


First of all conform you have already installed python by type command
python in cmd or terminal.

If you have not install python yet download and install it first.

1:- To install django use the command
pip install django

2 :- all necessary commands

mkdir django
cd django
django-admin startproject school
dir
cd school
python manage.py runserver
http://127.0.0.1:8000/
ctrl+c
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
http://127.0.0.1:8000/admin