#2 Django tutorials | Setup

preview_player
Показать описание
Check out our courses:

Coupon: TELUSKO10 (10% Discount)

For More Queries WhatsApp or Call on : +919008963671

In this lecture we are learn how to setup Django in our system:

-- install django
-- we know that which os we are using
-- you need a python setup too

setup python (if you don't have it)
-- install python and remember that tick the box of add python to path

check python version
-- open cmd and type python --version
-- if you get the version then you are good to go

with instalation of python we also get pip
-- pip is a package manager for python
check pip version
-- open cmd and type pip --version
-- if you get the version then you are good to go

Now we ready to install django
-- pip is used to install django
check django version
-- open cmd and type django-admin --version
-- if you have not installed django then you will get an error
-- if you get the version then you are good to go

if not then it is time to install django
-- before that suppose we install django then it will be installed for whole system.
-- so we need to create a virtual environment for our project
-- virtual environment is a isolated environment for our project
-- it will not affect the other projects

create virtual environment wrapper
-- open cmd and type pip install virtualenvwrapper-win
-- it will install virtualenvwrapper-win in your system

create virtual environment
-- open cmd and type mkvirtualenv test
-- it will create a virtual environment named test
-- now we are ready to install django in our virtual environment

install django in virtual environment
-- open cmd and type pip install django
-- it will install django in our virtual environment

check django version
-- open cmd and type django-admin --version
-- if you get the version then you are good to go

create a folder
-- open cmd and type mkdir projects
-- it will create a folder named projects in your system
-- go in that folder by typing cd projects

create a django project
-- open cmd and type django-admin startproject telusko
-- before that we check the folder or not in project folder
-- now after enter the command it will create a folder named telusko in your system

now we run our project in server

Editing Machines & Monitors :

Subscribe to our other channel:

Donation & Support:
PayPal Id : navinreddy20
Patreon : navinreddy20
Рекомендации по теме
Комментарии
Автор

I am from Toronto, Canada. I am 76 yr old electrical engineer. I was trying to develop a customized website to market my engineering company. That was only reason I was trying to find a site to learn web development for the last six weeks. Finally, I found you. Thank you.

vairamuthupuvanachandran
Автор

Awesome man. This is the reason Indians are the best people on YouTube xD they keep on giving!

tarkay
Автор

Keep going!! Frankly, this is the first I am liking someone from India who is delivering the content so nicely.

satishchougule
Автор

Unlike other 'popular' tutorials which would just teach you on the surface things and would try to either spoonfed viewers or miss out on giving important details, this channel gives all the important in-depth information that too for free.

sohamsen
Автор

you are awesome .. please keep doing what u r doing.. u really explain concepts to the point in simpler way rather using some difficult terms.. U have no idea as to how much ur videos are helping us learn.. !!! great work !!! :)

arvindyajaman
Автор

Have been trying to do this setup for days!! Watched your video and I was able to do it successfully..thank you so much!

nerryiyonmana
Автор

Hi Naveen, your videos are awesome and really people learn quickly by watching your videos. I am fan of you..

sridharrajup
Автор

I know that's too many work, but more tutorials for django and some machine learning pls!! Not today but some day please! I'm learning python with ur videos and it's great! Thanks for your great job!

SurekOficial
Автор

every time should i need to install this virtual environment?because when i shutdown my system and start then this command prompt will be gone so. Like before i complete this hello world project . how can i link again?

SIISKSARAVINDAKASHYAP
Автор

i'm from Brazil and THANK YOU SO MUCH for this amazing video. Have been trying to do this for hours.. watched ur video and then it works perfectly

larissaaraujo
Автор

hi sir, say i have installed the django in virtual env test, so if i want to create new project then do i have to again re-create the separate env and install django into it?

rupeshbhosale
Автор

Hey how can i re start python server again if i restart my system.
I face difficulty i am unable to start again due to environmental setup or something. Please answer asap

abhishekanand
Автор

Waoh... Sir Navin, you are a loyal dad in this....getting every bit of it. Wanted we reach such a time when we will know why we should learn python and there we are....

danielkamau
Автор

Hi Navin, the error is coming where - cd projects the error is "the system cannot find the path specified", can you tell me the solutions for that,
thanks for your videos

ganeshvarma
Автор

what kind off action we have to take when 127.0.0 is giving "This site can’t be reached" this error

amrutapanchal
Автор

do i need to perform all diz steps everytym(creating virtual django environment)? will diz environment gets remove whenever i will close m project?

sonalnalawade
Автор

Way f teachng is good... Even a fresher can study dganjo...☺️Thanku sir ...🙏

binib.s
Автор

I really enjoyed watching this video. In real life, when other teachers intoduced me to Django framework, I had no idea of what was going on --- not even a clue. But after watching your video, I finally understood why my teacher made me type all those commands in cmd! You are an excellent teacher. You really know your art, and you are good at it! You really know how to present complex things simplistically.

Plwase continue uploading playlist tutorials on all the programming languages and programming concepts that exisits so far in this world! Keep up this good work --- this excellent free service for all your students. You are amazing! You are so knowldgeable!You are so precise in your art!

devidevatha
Автор

virtual environments are not creating using( mkvirtual env)in command prompt..what to do next

Rohitkumar-hfho
Автор

I'm so thankful to you.It is very easy to me to follow one by one your instructions

suganyanivas