Opened 8 years ago
Closed 8 years ago
#22919 closed Uncategorized (needsinfo)
Missing keyword
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.6 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
Link to relevant documentation: https://docs.djangoproject.com/en/1.6/intro/tutorial01/
Just started on Django so I'm not sure if this is specific to the OS or something being used.
django-admin.py startproject mysite
returns nothing. However fairly easy to figure out that
python django-admin.py startproject mysite
does what it needs to though to proceed with the tutorial. So it seems that 'python' is missing from the line.
Change History (2)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Resolution: | → needsinfo |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Does the troubleshooting guide that's linked from the tutorial cover your situation? If not, can you provide more details about your setup (OS, installation method, etc.)?