Install Django - Step By Step || How to install and run Django on Windows 10 in pyCharm-

Published: 02 October 2020
on channel: Techmandu
46,987
687

Install Django - Step By Step How to install and run Django on Windows 10 in pyCharm-#Techmandu
Install Django | How to install and run Django on Windows 10 in pyCharm
Step 1 : Downlaod and install Python for windows
Step 2 : Check Python and Pip version using this command
python --version
pip --version
Step 3 : Donwload and install Pycharm and create a project
Step 4 : Install Django this command : pip install django
Step 5 : Install Django Module in Pycharm follow video
Step 6: Create Django Project using this command : django-admin startproject project-name
Step 7 : Go to project -cd project-name
Step 8 : Run project using this command : pyhton manage.py runserver
Step 9 : Migrate Database : python manage.py migrate
Step 10 : Create a admin user : python manage.py createsuperuser


Watch video Install Django - Step By Step || How to install and run Django on Windows 10 in pyCharm- online without registration, duration hours minute second in high quality. This video was added by user Techmandu 02 October 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 46,987 once and liked it 687 people.