From 86d3079d5797811c1e118cfd600a913685212165 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 6 May 2013 06:19:52 -0400 Subject: [PATCH] Fixed #20305 - Added include for polls/static to MANIFEST.in in tutorial. Thanks monuszko for the report. --- docs/intro/reusable-apps.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt index a19478fc3ae16..4247b45238410 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