really fix STATICFILES_DIRS
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
aee8db67d6
commit
7a82b6c879
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
localSettings = pkgs.writeText "local_settings.py" ''
|
localSettings = pkgs.writeText "local_settings.py" ''
|
||||||
import os
|
import os
|
||||||
STATIC_ROOT = os.getenv("STATIC_ROOT")
|
STATIC_ROOT = os.getenv("STATIC_ROOT")
|
||||||
STATICFILES_DIRS = [ STATIC_ROOT ]
|
STATICFILES_DIRS = [ ]
|
||||||
SECRET_KEY_FILE = os.getenv("SECRET_KEY_FILE")
|
SECRET_KEY_FILE = os.getenv("SECRET_KEY_FILE")
|
||||||
if SECRET_KEY_FILE:
|
if SECRET_KEY_FILE:
|
||||||
with open(SECRET_KEY_FILE, "r") as file:
|
with open(SECRET_KEY_FILE, "r") as file:
|
||||||
|
|
Loading…
Reference in a new issue