Install Django | Step By Step How to install and run Django on Windows 10 in pyCharm|Rocking Support
Channel:
Subscribers:
10,700
Published on ● Video Link: https://www.youtube.com/watch?v=-rYJYYLt6js
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
Other Videos By Rocking Support
Tags:
How to install and run Django on Windows 10
how to install Django
install Django
install Django on windows
how to install Django on windows 10
django install windows 10
how to install django in pycharm
django install
how to install django in pycharm 2020
how to install django on windows 10 with pycharm
windows 10
django installation
django install on pycharm
install django on windows step by step
install python on windows 10
how to Install django on windows 10