mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Improve UX and filtering
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from ram.utils import git_suffix
|
||||
|
||||
__version__ = "0.8.0"
|
||||
__version__ = "0.9.0"
|
||||
__version__ += git_suffix(__file__)
|
||||
|
@@ -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