From: Yoan Le Clanche Date: Thu, 13 Jan 2022 13:45:44 +0000 (+0100) Subject: Remove old admin url X-Git-Tag: 2.8.1-pro~127 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f7e621c6d930ab3139b83de33e29a399ee5d690f;p=teleforma.git Remove old admin url --- 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.