Skip to content
Snippets Groups Projects
Commit 4969f70b authored by Odin Johan Vatne's avatar Odin Johan Vatne
Browse files

Fix missing static root declaration

parent ee9ef12a
No related branches found
No related tags found
1 merge request!1Prepare branch for testing deployment
......@@ -121,6 +121,7 @@ USE_TZ = True
# https://docs.djangoproject.com/en/3.2/howto/static-files/
STATIC_URL = '/static/'
STATIC_ROOT = '/static/'
# Default primary key field type
# https://docs.djangoproject.com/en/3.2/ref/settings/#default-auto-field
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment