Remove deprecated empty first URL

This commit is contained in:
Aleksi Häkli 2019-11-08 13:08:22 +02:00 committed by Ken Cochrane
parent d6e905706b
commit cafa92860e

View file

@ -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...