This commit is contained in:
Виктор Гладких 2019-10-21 15:31:19 +03:00
parent 264e7bcb2a
commit 1ed48a43eb

View File

@ -9,8 +9,6 @@ urlpatterns = [
path('gallery/', include(('gallery.urls', 'gallery'), namespace='gallery')),
path('location/', include('location.urls.back')),
path('news/', include('news.urls.back')),
path('account/', include('account.urls.back')),
path('comment/', include('comment.urls.back')),
path('review/', include('review.urls.back')),
path('tags/', include(('tag.urls.back', 'tag'), namespace='tag')),
]