diff options
| author | Tim Graham <timograham@gmail.com> | 2014-08-20 10:12:25 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-26 14:35:17 -0400 |
| commit | 588afbb2be6cf03afde8e1b17980bea09f54ba9a (patch) | |
| tree | 471b05bdbf4affa72975e2c05cc5d3a14afcb2bc /docs/ref | |
| parent | e920c900ec5189115ed8648c21952444c7790b34 (diff) | |
[1.7.x] Fixed #17707, #20734 -- Added examples to URL namespacing docs.
Thanks Daniele Procida for review.
Backport of a2bcec3491 from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 413b9eec28..51b9ad9f42 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -2512,6 +2512,7 @@ own ``AdminSite`` instance since you will likely be importing all the per-app put ``'django.contrib.admin.apps.SimpleAdminConfig'`` instead of ``'django.contrib.admin'`` in your :setting:`INSTALLED_APPS` setting. +.. _multiple-admin-sites: Multiple admin sites in the same URLconf ---------------------------------------- |
