Opened 9 days ago

Closed 9 days ago

Last modified 9 days ago

#35753 closed Uncategorized (invalid)

Problem installing Django

Reported by: Sgora360 Owned by:
Component: Uncategorized Version: 5.0
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

hi there im having a problem installing django please help me my vs code writes this error messgae:

$ django-admin startproject myFirstProject
bash: django-admin: command not found

Change History (2)

comment:1 by Jae Hyuck Sa , 9 days ago

Resolution: invalid
Status: newclosed

Have you installed Django with 'python -m pip install Django'? It might be helpful to carefully go through that section of the tutorial.

https://docs.djangoproject.com/en/5.1/intro/install

Last edited 9 days ago by Jae Hyuck Sa (previous) (diff)

comment:2 by Natalia Bidart, 9 days ago

Besides what Jae Hyuck Sa said, please note Sgora360 that the goal of this issue tracker is to only track issues about Django itself. So, the best place to get answers to your issue is using any of the user support channels from this link.

Note: See TracTickets for help on using tickets.
Back to Top