Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#20390 closed Uncategorized (invalid)

Tutorial seems to be missing in MANIFEST.in: recursive-include polls/static *

Reported by: donne51097@… 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 *

https://docs.djangoproject.com/en/1.5/intro/reusable-apps/

Change History (2)

comment:1 by Baptiste Mispelon, 11 years ago

Resolution: invalid
Status: newclosed

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.

comment:2 by Claude Paroz, 11 years ago

This was fixed just days ago: #20305

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