mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Pointed Dive into Python links to python3 site
The old site handles python2, and is thus no longer relevant for Django. Also I pointed the search path links to the proper sections.
This commit is contained in:
parent
43c65e0eb0
commit
48028c6f9a
5 changed files with 5 additions and 6 deletions
|
@ -115,7 +115,7 @@ Example requests:
|
|||
* ``/articles/2003/03/03/`` would match the final pattern. Django would call
|
||||
the function ``views.article_detail(request, '2003', '03', '03')``.
|
||||
|
||||
.. _Dive Into Python's explanation: http://www.diveintopython.net/regular_expressions/street_addresses.html#re.matching.2.3
|
||||
.. _Dive Into Python's explanation: http://www.diveintopython3.net/regular-expressions.html#streetaddresses
|
||||
|
||||
Named groups
|
||||
============
|
||||
|
|
|
@ -46,7 +46,7 @@ The value of ``DJANGO_SETTINGS_MODULE`` should be in Python path syntax, e.g.
|
|||
``mysite.settings``. Note that the settings module should be on the
|
||||
Python `import search path`_.
|
||||
|
||||
.. _import search path: http://www.diveintopython.net/getting_to_know_python/everything_is_an_object.html
|
||||
.. _import search path: http://www.diveintopython3.net/your-first-python-program.html#importsearchpath
|
||||
|
||||
The ``django-admin`` utility
|
||||
----------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue