mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Implemented basic search functionality
This commit is contained in:
@@ -25,6 +25,7 @@ urlpatterns = [
|
||||
path("prev_page/<bookset>", views.prev_page, name="prev_page"),
|
||||
path("next_page/<bookset>", views.next_page, name="next_page"),
|
||||
path("search/<query>", views.search, name="search"),
|
||||
path("search/", views.search, name="search"),
|
||||
]
|
||||
if settings.DEBUG:
|
||||
import debug_toolbar
|
||||
|
||||
Reference in New Issue
Block a user