Add the STATIC_ROOT env setting
This commit is contained in:
parent
89a10d3b6a
commit
f075438bbe
1 changed files with 1 additions and 0 deletions
|
@ -130,3 +130,4 @@ USE_TZ = True
|
|||
# https://docs.djangoproject.com/en/2.0/howto/static-files/
|
||||
|
||||
STATIC_URL = os.getenv('KHAGANAT_STATIC_URL', default='/static/')
|
||||
STATIC_ROOT = os.getenv('KHAGANAT_STATIC_ROOT', default='') or None
|
||||
|
|
Loading…
Reference in a new issue