Opened 14 years ago
Closed 14 years ago
#18140 closed Uncategorized (invalid)
Missing instruction: manage.py collectstatic
| Reported by: | anonymous | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.4 |
| 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
Nissing instruction to do
python manage.py collectstatic
in https://docs.djangoproject.com/en/dev/intro/tutorial02/
in section "Activate the admin site"
This leads to CSS and JavaScript missing.
Note:
See TracTickets
for help on using tickets.
The tutorial uses the development server. Running collectstatic is not necessary when using the development server.