From 9e4a012acfcdfd01a80f6f75777410d780936375 Mon Sep 17 00:00:00 2001 From: Max Yakovenko Date: Mon, 23 Jul 2018 03:07:41 +0300 Subject: [PATCH] add cabinet app --- eshop_project/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/eshop_project/urls.py b/eshop_project/urls.py index 8d20f59..0301cdf 100644 --- a/eshop_project/urls.py +++ b/eshop_project/urls.py @@ -38,6 +38,7 @@ urlpatterns = [ re_path(r'^contact-us/', include(('contact_us.urls', 'contact_us'), namespace='contact_us')), re_path(r'^products/', include(('products.urls', 'products'), namespace='products')), + re_path(r'^cabinet/', include(('cabinet.urls', 'cabinet'), namespace='cabinet')) # re_path(r'^cart/', include('cart.urls', namespace='cart')), #