Opened 10 years ago
Closed 10 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 by , 10 years ago
comment:2 by , 10 years ago
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.)?