Skip to content

Commit c3d95a8

Browse files
committed
Remove admin panel
Signed-off-by: Tushar Goel <[email protected]>
1 parent 79f9cd3 commit c3d95a8

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
@@ -114,10 +114,10 @@ def __init__(self, *args, **kwargs):
114114
TemplateView.as_view(template_name="tos.html"),
115115
name="api_tos",
116116
),
117-
path(
118-
"admin/",
119-
admin.site.urls,
120-
),
117+
# path(
118+
# "admin/",
119+
# admin.site.urls,
120+
# ),
121121
]
122122

123123
if DEBUG_TOOLBAR:

0 commit comments

Comments
 (0)