
Quick steps to setup Django Project
👣 Steps to Follow
- You will need –
- Windows 10 or later
- Python 3.6 or later
- pip (python Package Manager)
- Open a Terminal (run as Administrator)
- Check Python and Pip is Installed Or Not
- python3 –version
- if not then install Python
- upgrade Pip to the Latest Version with this command
- python -m pip install –upgrade pip
- python3 –version
- Create a Project Directory
- cd desktop
- mkdir django_project
- Create a Virtual Environment
- pip install pipenv
- Navigate to the Project Location
- Activiate the Virtual Environment
- pipenv shell (to activate Virtual Environment or to create a new one)
- Install Django in that Virtual Environment
- pipenv install django
- Create a Django Project
- django-admin startproject project_name
- Run the Development Server
- python manage.py runserver
- Agar port change karna he to
- python manage.py runserver 8001 (desired port)
Share Link
Page Link
Share on social media
Step by Step Code Tutorials 👣
Hi, Welcome back!

Learn and Earn with CODIFY.
" Learning beyond the classroom. "
+91 7976196184
admin@codifysolutions.in
codifysolutions.in@gmail.com