mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-22 14:19:23 +00:00
Initial Import.
This commit is contained in:
5
app/stores/views/__init__.py
Normal file
5
app/stores/views/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .stores import StoreListView, StoreDetailView, StoreUpdateView, StoreCreateView
|
||||
from .chains import ChainListView, ChainDetailView
|
||||
from .search import DistanceSearchView
|
||||
from .claims import ClaimCreateView
|
||||
from .misc import MapView
|
||||
Reference in New Issue
Block a user