mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
Remove deprecated empty first URL
This commit is contained in:
parent
d6e905706b
commit
cafa92860e
1 changed files with 0 additions and 1 deletions
|
|
@ -306,7 +306,6 @@ following to your ``urls.py``
|
|||
|
||||
```
|
||||
urlpatterns = [
|
||||
url(''),
|
||||
url(r'^admin/', include(admin.site.urls)), # normal admin
|
||||
url(r'^admin/defender/', include('defender.urls')), # defender admin
|
||||
# your own patterns follow...
|
||||
|
|
|
|||
Loading…
Reference in a new issue