Browse Source

Update import of Query model to search_promotions

Matt Westcott 1 năm trước cách đây
mục cha
commit
92c9ce2202
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      bakerydemo/search/views.py

+ 1 - 1
bakerydemo/search/views.py

@@ -1,8 +1,8 @@
 from django.conf import settings
 from django.core.paginator import EmptyPage, PageNotAnInteger, Paginator
 from django.shortcuts import render
+from wagtail.contrib.search_promotions.models import Query
 from wagtail.models import Page
-from wagtail.search.models import Query
 
 from bakerydemo.blog.models import BlogPage
 from bakerydemo.breads.models import BreadPage