diff --git a/eshop_project/urls.py b/eshop_project/urls.py index 46a1542..6b1f800 100644 --- a/eshop_project/urls.py +++ b/eshop_project/urls.py @@ -43,7 +43,7 @@ urlpatterns = [ re_path(r'^cart/', include(('cart.urls', 'cart'), namespace='cart')), - re_path(r'^news/', include(('pinax.blog.urls','pinax'), namespace='news')), + re_path(r'^news/', include(('blog_ext.urls','blog_ext'), namespace='news')), ] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT) \ + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)