Skip to content
Snippets Groups Projects
Commit ad3d89e7 authored by robinwilliam.hundt's avatar robinwilliam.hundt
Browse files

Changed location of frontend statics in django settings

parent 39092337
No related branches found
No related tags found
1 merge request!112Update frontend dependencies
Pipeline #78071 passed
......@@ -115,7 +115,7 @@ STATICFILES_FINDERS = (
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
)
STATICFILES_DIRS = (
'frontend/dist/static',
'frontend/dist/',
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment