Add STATIC_ROOT

This commit is contained in:
Edgar P. Burkhart 2022-05-21 17:53:44 +02:00
parent 568c607231
commit 0eeb345003
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ USE_TZ = True
# https://docs.djangoproject.com/en/4.0/howto/static-files/
STATIC_URL = "static/"
STATIC_ROOT = "/srv/nummi"
LOGIN_URL = "login"
# Default primary key field type