adiciona views, templates, urls e documentos do elastic search
This commit is contained in:
7
diarios/urls.py
Normal file
7
diarios/urls.py
Normal file
@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
from .views import search_view, spellcheck_view
|
||||
|
||||
urlpatterns = [
|
||||
path('pesquisa/', search_view, name='search_view'),
|
||||
path('spellcheck/', spellcheck_view, name='spellcheck_view'),
|
||||
]
|
||||
Reference in New Issue
Block a user