Opened 13 years ago

Closed 13 years ago

#16278 closed New feature (invalid)

email contact needed

Reported by: anonymous Owned by: nobody
Component: Documentation Version: 1.3
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

attempted to run "django-admin.py startproject mysit" got the following errors:
C:\Users\MySelf\Program\Django>django-admin.py startproject mysite
'django-admin.py' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\MySelf\Program\Django>python django-admin.py startproject mysite
python: can't open file 'django-admin.py': [Errno 2] No such file or directory

C:\Users\MySelf\Program\Django>

help please.

Change History (1)

comment:1 by Russell Keith-Magee, 13 years ago

Resolution: invalid
Status: newclosed

Trac is not the place to ask "how do I" questions -- it is a database of known bugs in Django. If you want help debugging your problem, please ask on the django-users mailing list, or on #django in IRC.

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