Skip to content

Commit 970b885

Browse files
committed
Disable Admin panel
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent e53126c commit 970b885

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vulnerablecode/urls.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@ def __init__(self, *args, **kwargs):
182182
TemplateView.as_view(template_name="tos.html"),
183183
name="api_tos",
184184
),
185-
path(
186-
"admin/",
187-
admin.site.urls,
188-
),
185+
# path(
186+
# "admin/",
187+
# admin.site.urls,
188+
# ),
189189
]
190190

191191
if DEBUG:

0 commit comments

Comments
 (0)