Fixed #20305 - Added include for polls/static to MANIFEST.in in tutorial.

Thanks monuszko for the report.
This commit is contained in:
Tim Graham 2013-05-06 06:19:52 -04:00
parent a96bff179a
commit 86d3079d57
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,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