fix for prod

This commit is contained in:
q 2026-05-19 10:16:03 +03:00
parent ab642bc8b0
commit 2003674988
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View file

@ -67,7 +67,8 @@ TIME_ZONE = "Europe/Moscow"
USE_I18N = True
USE_TZ = True
STATIC_URL = "static/"
FORCE_SCRIPT_NAME = "/sfedu"
STATIC_URL = "/sfedu/static/"
STATICFILES_DIRS = [BASE_DIR / "static"]
STATIC_ROOT = BASE_DIR / "staticfiles"