change data location
This commit is contained in:
parent
5dc5a79f29
commit
933add2211
3 changed files with 4 additions and 4 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
|
||||
DATA_DIR = Path("/tmp").resolve()
|
||||
DATA_DIR = Path("/run/nginx").resolve()
|
||||
|
||||
|
||||
# Quick-start development settings - unsuitable for production
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue