diff --git a/db.sqlite3 b/db.sqlite3 index 1e3a4c4..c0b442b 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ diff --git a/gymclub/settings.py b/gymclub/settings.py index 0fbb040..8601a43 100644 --- a/gymclub/settings.py +++ b/gymclub/settings.py @@ -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"