Merge pull request #234 from ryokamiya/master

Add app_name to be compatible with Django 2.
This commit is contained in:
Dave Hall 2018-02-07 09:34:40 +00:00 committed by GitHub
commit e80ab1926b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"),