Actualiser Reskreen/settings.py
This commit is contained in:
@@ -209,7 +209,7 @@ STATIC_URL = 'static/'
|
||||
STATICFILES_DIRS = [
|
||||
os.path.join(BASE_DIR, "static"),
|
||||
]
|
||||
STATIC_ROOT = "/var/www/reskreen/static/"
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, "static")
|
||||
|
||||
|
||||
# Default primary key field type
|
||||
|
Reference in New Issue
Block a user