mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Capitalized "Python" in docs.
This commit is contained in:
parent
5c35b4a8c9
commit
2fbea621e6
6 changed files with 7 additions and 7 deletions
|
@ -359,7 +359,7 @@ from::
|
|||
return True
|
||||
|
||||
Finally, in the settings file, we add the following (substituting
|
||||
``path.to.`` with the actual python path to the module(s) where the
|
||||
``path.to.`` with the actual Python path to the module(s) where the
|
||||
routers are defined)::
|
||||
|
||||
DATABASE_ROUTERS = ['path.to.AuthRouter', 'path.to.PrimaryReplicaRouter']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue