#20305: Advanced tutorial (reusable apps) neglects static files
-------------------------------+--------------------
     Reporter:  monuszko       |      Owner:  nobody
         Type:  Bug            |     Status:  new
    Component:  Documentation  |    Version:  1.5
     Severity:  Normal         |   Keywords:
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  1              |      UI/UX:  0
-------------------------------+--------------------
 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 *
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20305>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to