version last
This commit is contained in:
parent
e1b2abf2d5
commit
9ed4b35c3c
Binary file not shown.
@ -24,6 +24,6 @@ urlpatterns = [
|
||||
path("admin/", admin.site.urls),
|
||||
# Serve assets and static files explicitly before the catch-all
|
||||
re_path(r'^assets/(?P<path>.*)$', serve, {'document_root': settings.BASE_DIR.parent / "frontend" / "dist" / "assets"}),
|
||||
path(settings.STATIC_URL.lstrip('/'), serve, {'document_root': settings.STATIC_ROOT}),
|
||||
re_path(r'^static/(?P<path>.*)$', serve, {'document_root': settings.STATIC_ROOT}),
|
||||
path("", include("core.urls")),
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user