Opened 10 years ago

Closed 10 years ago

#23143 closed Uncategorized (invalid)

Wrong Command

Reported by: anonymous 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: no UI/UX: no

Description

 django-admin.py collectstatic

this should be

 python manage.py collectstatic

Change History (1)

comment:1 by Tim Graham, 10 years ago

Resolution: invalid
Status: newclosed

You can run management commands through django-admin or manage.py.

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