Add PKGBUILD and systemd files
This commit is contained in:
parent
52c18329d2
commit
c93dd0fa97
6 changed files with 57 additions and 1 deletions
|
@ -14,7 +14,7 @@ from pathlib import Path
|
|||
|
||||
# Build paths inside the project like this: BASE_DIR / 'subdir'.
|
||||
BASE_DIR = Path(__file__).resolve().parent.parent
|
||||
MEDIA_ROOT = BASE_DIR.joinpath("media")
|
||||
MEDIA_ROOT = Path("/var/lib/nummi")
|
||||
|
||||
|
||||
# Quick-start development settings - unsuitable for production
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue