X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6c071c6cbb739209e9d8488ff7080f8ad7c7d2d0..075fb07f19c2f20cd3b6818b973e7aebebdacc9f:/wolnelektury/urls.py diff --git a/wolnelektury/urls.py b/wolnelektury/urls.py index 63a49eca6..90895a544 100644 --- a/wolnelektury/urls.py +++ b/wolnelektury/urls.py @@ -40,6 +40,8 @@ urlpatterns += patterns('', # API (r'^api/', include('api.urls')), + url(r'^fullsearch/', include('search.urls')), + # Static files url(r'^%s(?P.*)$' % settings.MEDIA_URL[1:], 'django.views.static.serve', {'document_root': settings.MEDIA_ROOT, 'show_indexes': True}),