Update import of Query model to search_promotions

pull/413/head
Matt Westcott 2023-05-10 11:22:55 +01:00 zatwierdzone przez Matt Westcott
rodzic 20460cb71e
commit 92c9ce2202
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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