mirror of
https://github.com/daniviga/django-ram.git
synced 2026-02-04 10:00:40 +01:00
Improve UX and filtering
This commit is contained in:
@@ -60,3 +60,7 @@ if settings.DEBUG:
|
||||
name="openapi-schema",
|
||||
),
|
||||
]
|
||||
if apps.is_installed("debug_toolbar"):
|
||||
urlpatterns += [
|
||||
path("__debug__/", include("debug_toolbar.urls")),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user