diff options
author | Magnus Hagander | 2020-04-01 19:29:07 +0000 |
---|---|---|
committer | Magnus Hagander | 2020-04-01 19:33:29 +0000 |
commit | f67aa10a515428b1e63bc4f24e1f85ee9fe2085b (patch) | |
tree | cc78fd4497590fc21db23383841af02749331ee1 /pgcommitfest/urls.py | |
parent | 29dce1f6045e26c2cd0af7d9d277405ac21ba821 (diff) |
Updates for django 2.2
Diffstat (limited to 'pgcommitfest/urls.py')
-rw-r--r-- | pgcommitfest/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/urls.py b/pgcommitfest/urls.py index 71b1306..cb42554 100644 --- a/pgcommitfest/urls.py +++ b/pgcommitfest/urls.py @@ -54,5 +54,5 @@ urlpatterns = [ # url(r'^admin/doc/', include('django.contrib.admindocs.urls)), # Uncomment the next line to enable the admin: - url(r'^admin/', include(admin.site.urls)), + url(r'^admin/', admin.site.urls), ] |