Django-admin is not recognized as an internal or external error/Django installation problem .fix it.

preview_player
Показать описание
Codes: python -m venv venv

venv/Scripts/activate

venv\Scripts\activate

pip install django

django-admin startproject mysite

this video will help you for installing django on your operating system .
In this video i have showed you step by step method for solving this problem
Рекомендации по теме
Комментарии
Автор

On 3rd command it shows running scripts is disabled on this system

adh
Автор

how i run multiple project on the same venv

dfsdfssfsdfs
Автор

How do I avoid having to install django for every single project? Because every time i create a folder for a new project, i have to create an env and install django again. Is there any way to use a single django download for all my projects?

pedroalmeida
Автор

Sir ( venv/Scripts/activate ) command getting an error please solve this problem

spirituality
Автор

The problem when I use django in a venv is that when I create the templates and the "index.html", I search the url that guides me to the view and it says that the templates doesn't exist

Ramdomdude-mtsw
Автор

Good morning sir, thanks so much for this video
Mine worked successfully, however when I went to my visual studio code it was still showing django-admin not recognize at the terminal
What should I do please Sir

emmanueledache
Автор

Really Thanks brother . I actully solve this error

Chinese_Gadgets_Galaxy
Автор

Thanks for the video, it worked for me! But how can I access this created website on pycharm?

_shri.z
Автор

there is no manage file how to solve this error

sakthidass.b