forked from Fediversity/Fediversity
move STATIC_ROOT, solves error ModuleNotFoundError
on missing django_pydantic_field
This commit is contained in:
parent
77cbc752a8
commit
b409fd7719
1 changed files with 1 additions and 1 deletions
|
@ -42,10 +42,10 @@ in
|
|||
settings = {
|
||||
DATABASE_URL = "sqlite:///var/lib/${name}/db.sqlite3";
|
||||
CREDENTIALS_DIRECTORY = "/var/lib/${name}/.credentials";
|
||||
STATIC_ROOT = "/var/lib/${name}/static";
|
||||
};
|
||||
};
|
||||
systemd.services.${name}.environment = {
|
||||
STATIC_ROOT = "/var/lib/${name}/static";
|
||||
# REPO_DIR = inputs.self.outPath;
|
||||
REPO_DIR = ../../..;
|
||||
NIX_DIR = pkgs.nix;
|
||||
|
|
Loading…
Add table
Reference in a new issue