Skip to content

Commit

Permalink
delete debug_toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
zazmarga committed Dec 7, 2024
1 parent a2283ed commit c317f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cinema_service/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
urlpatterns = [
path("admin/", admin.site.urls),
path("api/cinema/", include("cinema.urls"), name="cinema"),
] + debug_toolbar_urls()
]

0 comments on commit c317f00

Please sign in to comment.