mirror of
https://github.com/django/django.git
synced 2025-04-17 22:04:38 +00:00
[1.5.x] Fixed #20305 - Added include for polls/static to MANIFEST.in in tutorial.
Thanks monuszko for the report. Backport of 86d3079d57 from master
This commit is contained in:
parent
0b0d98fd4e
commit
0fc4c405a4
@ -222,6 +222,7 @@ Create a file ``django-polls/setup.py`` with the following contents::
|
||||
|
||||
include LICENSE
|
||||
include README.rst
|
||||
recursive-include polls/static *
|
||||
recursive-include polls/templates *
|
||||
|
||||
7. It's optional, but recommended, to include detailed documentation with your
|
||||
|
Loading…
x
Reference in New Issue
Block a user