début static files

This commit is contained in:
Ambulance Clerc
2023-12-02 19:28:29 +01:00
parent b922da87bd
commit 88d205c774

View File

@@ -214,7 +214,9 @@ LOCALE_PATHS = (os.path.join(BASE_DIR, 'locale'),)
STATICFILES_DIRS = [ STATICFILES_DIRS = [
os.path.join(BASE_DIR, "static"), os.path.join(BASE_DIR, "static"),
] ]
STATIC_ROOT = "/var/www/reskreen/static" #STATIC_ROOT = "/var/www/reskreen/static"
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
# Default primary key field type # Default primary key field type