summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-05-06 06:19:52 -0400
committerTim Graham <timograham@gmail.com>2013-05-06 06:19:52 -0400
commit86d3079d5797811c1e118cfd600a913685212165 (patch)
tree1bcef8769ce2190413a62c2a8633b7080e3cca40 /docs
parenta96bff179a57c6c7fb79585120088f155831a6ae (diff)
Fixed #20305 - Added include for polls/static to MANIFEST.in in tutorial.
Thanks monuszko for the report.
Diffstat (limited to 'docs')
-rw-r--r--docs/intro/reusable-apps.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt
index a19478fc3a..4247b45238 100644
--- a/docs/intro/reusable-apps.txt
+++ b/docs/intro/reusable-apps.txt
@@ -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