#20390 closed Uncategorized (invalid)
Tutorial seems to be missing in MANIFEST.in: recursive-include polls/static *
Reported by: | 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
I might have done something wrong, but to get the image and CSS to work in /dist I had to add the following to MANIFEST.in. I didn't see this in the tutorial:
recursive-include polls/static *
Note:
See TracTickets
for help on using tickets.
Hi,
Isn't it written in bullet number 6 of https://docs.djangoproject.com/en/1.5/intro/reusable-apps/#packaging-your-app?
I'm marking this as invalid. Please reopen if you were talking about something else and I misunderstood.
Thanks.