Skip to content

Commit

Permalink
Add admindocs
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed May 11, 2024
1 parent 55d49be commit 7ae73c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ if settings.DEBUG:
import debug_toolbar
urlpatterns += [
path("__debug__/", include(debug_toolbar.urls)),
path("django/doc/"', include("django.contrib.admindocs.urls")),
path("django/doc/", include("django.contrib.admindocs.urls")),
]


Expand Down

0 comments on commit 7ae73c1

Please sign in to comment.