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
Note:
See TracTickets
for help on using tickets.
You can run management commands through
django-admin
ormanage.py
.