Display search results in api mode and regular
This commit is contained in:
@ -221,6 +221,7 @@ urlpatterns = [
|
||||
),
|
||||
# search
|
||||
re_path(r"^search/?$", views.Search.as_view(), name="search"),
|
||||
re_path(r"^search.json/?$", views.Search.as_view(), name="search"),
|
||||
# imports
|
||||
re_path(r"^import/?$", views.Import.as_view(), name="import"),
|
||||
re_path(r"^import/(\d+)/?$", views.ImportStatus.as_view(), name="import-status"),
|
||||
|
Reference in New Issue
Block a user