How to run django project in Ubuntu | Debian
in this video we are learning to run django project in ubuntu | debian.
HOW TO RUN DJANGO PROJECT IN UBUNTU
STEP#1 open Terminal
STEP#2 move to directory which contains your project
STEP#3 activate enviroment if you are using for project
in my case conda
command is : conda activate
STEP#4 python3 manage.py runserver
by pressing control and than clicking 127. will open your project in browser
ubuntu