mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
This commit is contained in:
parent
413f3bb5c8
commit
f5ff5010cd
20 changed files with 75 additions and 108 deletions
|
@ -34,9 +34,9 @@ projects and ready to publish for others to install and use.
|
|||
|
||||
.. admonition:: Package? App?
|
||||
|
||||
A Python `package <https://docs.python.org/tutorial/modules.html#packages>`_
|
||||
provides a way of grouping related Python code for easy reuse. A package
|
||||
contains one or more files of Python code (also known as "modules").
|
||||
A Python :term:`package` provides a way of grouping related Python code for
|
||||
easy reuse. A package contains one or more files of Python code (also known
|
||||
as "modules").
|
||||
|
||||
A package can be imported with ``import foo.bar`` or ``from foo import
|
||||
bar``. For a directory (like ``polls``) to form a package, it must contain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue