From 6259e2f936a7b38857e0c65adb64ab9ae3950fad Mon Sep 17 00:00:00 2001 From: Dmitry Date: Fri, 27 Jan 2017 16:50:22 +0000 Subject: [PATCH] =?UTF-8?q?url=20=D0=B4=D0=BB=D1=8F=20=D0=BA=D0=B0=D1=80?= =?UTF-8?q?=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- djing/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djing/urls.py b/djing/urls.py index 063c1a1..5fddc86 100644 --- a/djing/urls.py +++ b/djing/urls.py @@ -14,7 +14,7 @@ urlpatterns = [ url(r'^ip_pool/', include('ip_pool.urls', namespace='ip_pool')), url(r'^search/', include('searchapp.urls', namespace='searchapp')), url(r'^dev/', include('devapp.urls', namespace='devapp')), - url(r'^gmap/', include('gmap.urls')), + url(r'^map/', include('mapapp.urls', namespace='mapapp')), url(r'^statistic/', include('statistics.urls', namespace='statistics')), url(r'^tasks/', include('taskapp.urls', namespace='taskapp')), url(r'^client/', include('clientsideapp.urls', namespace='client_side')),