change data location

This commit is contained in:
Alejandro Diaz 2023-09-13 14:07:26 -06:00
parent 5dc5a79f29
commit 933add2211
3 changed files with 4 additions and 4 deletions

View file

@ -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