Nachanpassung der Settings (static root)

hotfix
Samuel Zielke 10 months ago
parent 9702978acf
commit 83d1268932

@ -138,6 +138,7 @@ USE_TZ = True
# https://docs.djangoproject.com/en/5.1/howto/static-files/
STATIC_URL = 'static/'
STATIC_ROOT = '/var/www/piomint/static/' # Directory to collect static files.
# Default primary key field type
# https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field

Loading…
Cancel
Save

Powered by TurnKey Linux.