Skip to content

Commit 7fb30f2

Browse files
committed
Enable admin login page
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 2b23355 commit 7fb30f2

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)