From c3d95a824b2659482553a825f4caeb7cee2c9f94 Mon Sep 17 00:00:00 2001 From: Tushar Goel Date: Wed, 28 May 2025 18:39:03 +0530 Subject: [PATCH] Remove admin panel Signed-off-by: Tushar Goel --- vulnerablecode/urls.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vulnerablecode/urls.py b/vulnerablecode/urls.py index c6dd3da44..b5e38eae0 100644 --- a/vulnerablecode/urls.py +++ b/vulnerablecode/urls.py @@ -114,10 +114,10 @@ def __init__(self, *args, **kwargs): TemplateView.as_view(template_name="tos.html"), name="api_tos", ), - path( - "admin/", - admin.site.urls, - ), + # path( + # "admin/", + # admin.site.urls, + # ), ] if DEBUG_TOOLBAR: