How to install Django on Ubuntu 22.04 LTS & Setting up Django Development Virtual Environment

preview_player
Показать описание
This is a complete tutorial, here, You will get learn How to setting up Django Development Virtual Environment and How to install Django on Ubuntu 22.04 LTS ?

Thank You For Visiting My Channel.
****** Subscribe & Support ******
Рекомендации по теме
Комментарии
Автор

Spend 3 hours reading online and seeing solutions cause didn't understood very much how to set a virtual env, now i have my own and understood everything.
Thank you!!!

gabsnuno
Автор

Bro your video video very helpfull i had used many ways but that things are never help me thank you my bro ❤❤❤

LoveChronicles-qzdl
Автор

When I run this command:
python3.8 -m pip install Django
I get the following error:
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', object at 0x7f50aac2d6a0>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/django/

Googled the error and tried possible listed solutions did not work.
Any solution here?

premchand
Автор

when i type this code its doesnt create the app files, what do advise to do?

python manage.py startapp myapp

kelarmukela