]> git.parisson.com Git - teleforma.git/commitdiff
Remove old admin url
authorYoan Le Clanche <yoanl@pilotsystems.net>
Thu, 13 Jan 2022 13:45:44 +0000 (14:45 +0100)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Thu, 13 Jan 2022 13:45:44 +0000 (14:45 +0100)
example/urls.py

index a7be7b75fa580986a563f34c5333ac0c59beee76..3ee54de71385fd0da814e0dfafeba1a4fad0fa93 100644 (file)
@@ -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.