mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-08 07:07:49 +02: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