From 0fc4c405a4985de92dde6e8088cd5773a72b2294 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 6 May 2013 06:19:52 -0400 Subject: [PATCH] [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 --- 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 1e386f4dae..2746b9e726 100644 --- a/docs/intro/reusable-apps.txt +++ b/docs/intro/reusable-apps.txt @@ -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