mirror of
https://github.com/django/django.git
synced 2025-07-04 01:39:20 +00:00
[3.2.x] Fixed typo in docs/intro/reusable-apps.txt.
Backport of 475cffd1d64c690cdad16ede4d5e81985738ceb4 from main
This commit is contained in:
parent
454ee4d3b8
commit
561a1c0905
@ -235,7 +235,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
|
#. 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
|
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
|
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
|
file, create a file ``django-polls/MANIFEST.in`` with the following
|
||||||
contents:
|
contents:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user