minor tweaks

This commit is contained in:
eneller
2025-03-20 15:02:23 +01:00
parent b65d878981
commit 518a8a1744
7 changed files with 41 additions and 20 deletions

View File

@@ -123,6 +123,7 @@ STATIC_URL = "static/"
STATICFILES_DIRS = [
PROJ_DIR / "static/",
]
STATIC_ROOT = PROJ_DIR/ "staticfiles"
MEDIA_URL = "media/"
MEDIA_ROOT = PROJ_DIR / "media/"