Fix borken thangs

This commit is contained in:
2024-09-03 19:26:28 +00:00
parent 092c0d17ae
commit bbc59931e1
2 changed files with 3 additions and 3 deletions

View File

@@ -121,7 +121,7 @@ USE_TZ = True
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/4.2/howto/static-files/
STATIC_URL = 'static/'
STATIC_URL = '/zetikettes/srv/static/'
STATIC_ROOT = 'www_static'