Skip to content

Commit 77ae304

Browse files
authored
Remove admin panel (#1885)
Signed-off-by: Tushar Goel <[email protected]>
1 parent e316059 commit 77ae304

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
@@ -137,10 +137,10 @@ def __init__(self, *args, **kwargs):
137137
TemplateView.as_view(template_name="tos.html"),
138138
name="api_tos",
139139
),
140-
path(
141-
"admin/",
142-
admin.site.urls,
143-
),
140+
# path(
141+
# "admin/",
142+
# admin.site.urls,
143+
# ),
144144
]
145145

146146
if DEBUG:

0 commit comments

Comments
 (0)