Quick steps to setup Django Project 👣 Steps to Follow You will need -Windows 10 or laterPython 3.6 or laterpip (python Package Manager) Open a Terminal (run as Administrator)Check Python and Pip is Installed Or Notpython3 --versionif not then install Pythonupgrade Pip to the Latest Version with this commandpython -m pip install –upgrade pipCreate a Project Directorycd desktopmkdir django_projectCreate a Virtual Environmentpip install pipenvNavigate to the Project LocationActiviate the Virtual Environmentpipenv shell (to activate Virtual Environment or to create a new one)Install Django in that Virtual Environmentpipenv install djangoCreate a Django Projectdjango-admin startproject project_nameRun the Development Serverpython manage.py runserverAgar port change karna he to python manage.py runserver 8001 (desired port) Share Share Link Page Link Share on social media Facebook Twitter Linkedin Step by Step Code Tutorials 👣 How to Create a Django Project Python Introduction Favicon not showing in google search Node Routing Explained Django Api's React Router What is Templates in Python What is React Navigation in React Native How to trim string in Javascript test Articles How to Create a Django Project Django Api’s How to Create a Django Project Python Introduction Favicon not showing in google search Node Routing Explained Django Api’s React Router What is Templates in Python What is React Navigation in React Native How to trim string in Javascript test Intermediate Python 1 6 hours C By codifysolutions.in In Python Start Learning Intermediate Python Django Course with Practicals and Interview Questions 5 hours C By codifysolutions.in In Django Enroll Course Intermediate 5.00 (1) The Complete React Native Developer Course 3 2 minutes C By codifysolutions.in In JavaScript, React Native Start Learning Explore Courses