|
|
|
@ -43,7 +43,7 @@ urlpatterns = [ |
|
|
|
|
|
|
|
|
|
|
|
re_path(r'^cart/', include(('cart.urls', 'cart'), namespace='cart')), |
|
|
|
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.STATIC_URL, document_root=settings.STATIC_ROOT) \ |
|
|
|
+ static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT) |
|
|
|
+ static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT) |
|
|
|
|