mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Updated doc links to point to Python 3 documentation
This commit is contained in:
parent
6d6af7244b
commit
680a0f08b1
22 changed files with 68 additions and 71 deletions
|
@ -637,7 +637,7 @@ the Python import path to your :file:`mysite/settings.py` file.
|
|||
>>> import django
|
||||
>>> django.setup()
|
||||
|
||||
If this raises an :exc:`~exceptions.AttributeError`, you're probably using
|
||||
If this raises an :exc:`AttributeError`, you're probably using
|
||||
a version of Django that doesn't match this tutorial version. You'll want
|
||||
to either switch to the older tutorial or the newer Django version.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue