Commit 0fc4c405 authored by Tim Graham's avatar Tim Graham
Browse files

[1.5.x] Fixed #20305 - Added include for polls/static to MANIFEST.in in tutorial.

Thanks monuszko for the report.

Backport of 86d3079d from master
parent 0b0d98fd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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