From f7e621c6d930ab3139b83de33e29a399ee5d690f Mon Sep 17 00:00:00 2001 From: Yoan Le Clanche Date: Thu, 13 Jan 2022 14:45:44 +0100 Subject: [PATCH] Remove old admin url --- example/urls.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/example/urls.py b/example/urls.py index a7be7b75..3ee54de7 100644 --- a/example/urls.py +++ b/example/urls.py @@ -17,10 +17,6 @@ admin.autodiscover() urlpatterns = patterns("", - # Change the admin prefix here to use an alternate URL for the - # admin interface, which would be marginally more secure. - ("^admin/django/", include(admin.site.urls)), - # We don't want to presume how your homepage works, so here are a # few patterns you can use to set it up. -- 2.39.5