mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Used https for most *.python.org links
This commit is contained in:
parent
742fba9455
commit
0a4b04fc23
36 changed files with 52 additions and 57 deletions
|
@ -116,7 +116,7 @@ These files are:
|
|||
* :file:`mysite/wsgi.py`: An entry-point for WSGI-compatible web servers to
|
||||
serve your project. See :doc:`/howto/deployment/wsgi/index` for more details.
|
||||
|
||||
.. _more about packages: http://docs.python.org/tutorial/modules.html#packages
|
||||
.. _more about packages: https://docs.python.org/tutorial/modules.html#packages
|
||||
|
||||
Database setup
|
||||
--------------
|
||||
|
@ -396,7 +396,7 @@ Finally, note a relationship is defined, using
|
|||
to a single ``Question``. Django supports all the common database relationships:
|
||||
many-to-one, many-to-many and one-to-one.
|
||||
|
||||
.. _`Python path`: http://docs.python.org/tutorial/modules.html#the-module-search-path
|
||||
.. _`Python path`: https://docs.python.org/tutorial/modules.html#the-module-search-path
|
||||
|
||||
Activating models
|
||||
=================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue