mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-05-11 23:03:10 +00:00
Merge pull request #234 from ryokamiya/master
Add app_name to be compatible with Django 2.
This commit is contained in:
commit
e80ab1926b
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ from django.conf.urls import url
|
|||
|
||||
from watson.views import search, search_json
|
||||
|
||||
app_name = 'watson'
|
||||
urlpatterns = [
|
||||
|
||||
url("^$", search, name="search"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue