mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-23 14:49:27 +00:00
Add support for brand stockist searches.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from .stores import StoreListView, OnlineStoreListView, RetailStoreListView, StoreDetailView, StoreUpdateView, StoreCreateView
|
||||
from .stores import StoreListView, OnlineStoreListView, RetailStoreListView, StoreDetailView, StoreUpdateView, StoreCreateView, StockistStoreListView
|
||||
from .chains import ChainListView, ChainDetailView
|
||||
from .search import DistanceSearchView
|
||||
from .claims import ClaimCreateView
|
||||
from .brands import BrandListView
|
||||
from .misc import MapView
|
||||
|
||||
Reference in New Issue
Block a user