Merge remote-tracking branch 'origin/develop' into feature/authorization

This commit is contained in:
Anatoly 2019-08-30 11:59:13 +03:00
commit f0743fe688

View File

@ -19,7 +19,7 @@ app_name = 'web'
urlpatterns = [
path('account/', include('account.urls.web')),
path('advertisement/', include('advertisement.urls.web')),
path('re_blocks/', include('advertisement.urls.web')),
path('collection/', include('collection.urls.web')),
path('establishments/', include('establishment.urls.web')),
path('news/', include('news.urls.web')),