mirror of
https://github.com/Hopiu/django.git
synced 2026-04-19 14:31:09 +00:00
Fixed typo in docs/intro/reusable-apps.txt.
This commit is contained in:
parent
4e4082f939
commit
475cffd1d6
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ this. For a small app like polls, this process isn't too difficult.
|
|||
#. Only Python modules and packages are included in the package by default. To
|
||||
include additional files, we'll need to create a ``MANIFEST.in`` file. The
|
||||
setuptools docs referred to in the previous step discuss this file in more
|
||||
details. To include the templates, the ``README.rst`` and our ``LICENSE``
|
||||
detail. To include the templates, the ``README.rst`` and our ``LICENSE``
|
||||
file, create a file ``django-polls/MANIFEST.in`` with the following
|
||||
contents:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue