#20305 closed Bug (fixed)
Advanced tutorial (reusable apps) neglects static files
| Reported by: | Marek Onuszko | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.5 |
| 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
This page:
https://docs.djangoproject.com/en/1.5/intro/reusable-apps/
teaches how to produce packages, but the resulting package doesn't include static/ subdirectory. I tracked it to an omission in MANIFEST.in. It's missing this line:
recursive-include polls/static *
Note:
See TracTickets
for help on using tickets.
In 86d3079d5797811c1e118cfd600a913685212165: