Django Tutorial In Hindi|Django Crash Course In Hindi 2021|Django In One Video

Опубликовано: 17 Июль 2026
на канале: TheCoderSingh
471
24

Source Code Of The Above Website:-
Github Repository Link:- https://github.com/Taranjotsingh1313/...

Vscode Link:
https://code.visualstudio.com/download

Python Download Link:
https://www.python.org/downloads/
------------------------------------------------------------------------------------------
Bootstrap Link:-
https://getbootstrap.com/docs/5.0/get...
-------------------------------------------------------------------------------------------
In This Video We are Going To Learn Django Under 1 Hour If You Like This Tutorial Then Please Subscribe
To My Channel And I Will Create More Videos On Django And I Shall Start a Django Series Very Soon.
Also I Am Going To Create A Youtube Clone Using Django As Well.If You Want To Be Part Of This Series
Then Must Subscribe My Channel.
--------------------------------------------------------------------------------------
Comment About Your Experience And I Had Created A Image Upload And Display Website Project In It
As Well If You Like It Then PLease.
------------------------------------------------------------
Playlist Link:-
Django Tutorials In One Video Playlists :-
   • Playlist  

-------------------------------------------------------------------------------------------
My Python Crash Course In One Video Will Also Come Soon....................................
Now I Will Upload Videos On Daily Basis.

Django Documnetation Link :-
https://docs.djangoproject.com/en/3.1/
---------------------------------------------------------------------------------------------
Commands Used In One Video Also All Commands Are Given In The Repository As Well:
Commands :-
1)django-admin startproject projectname : To Django Project
Then Go The Project Directory
2)python manage.py runserver : To Run LocalHost
3)python manage.py makemigrations : To Change Model Into Sql Queries.
4)python manage.py migrate : To Execute sql Queries or Migrations.
5)python manage.py createsuperuser : To Create A Super User.
6)pip install django :To Install Django