set STATICROOT for production mode
This commit is contained in:
parent
edbf9d0f0f
commit
772a96f28f
@ -159,7 +159,7 @@ TIME_FORMAT = "H:i"
|
||||
# https://docs.djangoproject.com/en/1.11/howto/static-files/
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
# STATIC_ROOT = os.path.join(BASE_DIR, "static")
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, "static")
|
||||
STATICFILES_DIRS = [
|
||||
os.path.join(BASE_DIR, "static"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user