Regrouped views.
This commit is contained in:
parent
59cfa82ce9
commit
0d1d829abe
@ -4,6 +4,8 @@
|
||||
from django.urls import path
|
||||
from lostplaces.views import (
|
||||
HomeView,
|
||||
FlatView,
|
||||
OSMMapView,
|
||||
PlaceDetailView,
|
||||
PlaceListView,
|
||||
PlaceCreateView,
|
||||
@ -13,14 +15,12 @@ from lostplaces.views import (
|
||||
PlaceTagSubmitView,
|
||||
PlaceFavoriteView,
|
||||
PlaceUnfavoriteView,
|
||||
PhotoAlbumCreateView,
|
||||
PhotoAlbumDeleteView,
|
||||
PlaceImageCreateView,
|
||||
PlaceImageDeleteView,
|
||||
FlatView,
|
||||
PhotoAlbumCreateView,
|
||||
PhotoAlbumDeleteView,
|
||||
ExplorerProfileView,
|
||||
ExplorerProfileUpdateView,
|
||||
OSMMapView
|
||||
ExplorerProfileUpdateView
|
||||
)
|
||||
|
||||
urlpatterns = [
|
||||
|
Loading…
Reference in New Issue
Block a user