소스 검색

Update import of Query model to search_promotions

Matt Westcott 1 년 전
부모
커밋
92c9ce2202
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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