diff options
| author | Tim Graham <timograham@gmail.com> | 2013-05-06 06:19:52 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-05-06 06:54:10 -0400 |
| commit | 0fc4c405a4985de92dde6e8088cd5773a72b2294 (patch) | |
| tree | 604862d18d4f58499e066c60f8af2bcdab36f4b2 /docs/intro | |
| parent | 0b0d98fd4ed2929a34d6540549baf96ed6c1910f (diff) | |
[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
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/reusable-apps.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
