Skip to content

Commit 8bb9d91

Browse files
committed
Enable admin login page
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 99e2d1d commit 8bb9d91

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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)