diff --git a/eshop_project/urls.py b/eshop_project/urls.py index d853fc6..8d20f59 100644 --- a/eshop_project/urls.py +++ b/eshop_project/urls.py @@ -21,6 +21,8 @@ from django.conf.urls.static import static admin.autodiscover() urlpatterns = [ + re_path(r'^jet/', include('jet.urls', 'jet')), + re_path(r'^jet/dashboard/', include('jet.dashboard.urls','jet-dashboard')), re_path(r'^admin/', admin.site.urls), re_path(r'^ckeditor/', include('ckeditor_uploader.urls')),