'python.exe: No module named django-admin Vscode Error

    (venv) PS D:\Project> python -m django-admin startproject home .
    D:\Project\venv\Scripts\python.exe: No module named django-admin

I have no clue what I am doing wrong. I am pretty new to this. Vscode doesn't show python in the status bar. I have already set the interpreter. Every video on Youtube shows how to create the project directly. Google gave me no results on this question.



Solution 1:[1]

its just django-admin startproject home . without the python -m

here's documentation

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 rootShiv