mirror of
https://github.com/jazzband/django-defender.git
synced 2026-05-03 21:24:48 +00:00
Fix admin url example docs
This commit is contained in:
parent
41a68f2f71
commit
ef3e9869c2
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ following to your ``urls.py``
|
|||
.. code-block:: python
|
||||
|
||||
urlpatterns = [
|
||||
path('admin/', include(admin.site.urls)), # normal admin
|
||||
path('admin/', admin.site.urls), # normal admin
|
||||
path('admin/defender/', include('defender.urls')), # defender admin
|
||||
# your own patterns follow...
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue