fix for prod
This commit is contained in:
parent
ab642bc8b0
commit
2003674988
2 changed files with 2 additions and 1 deletions
BIN
db.sqlite3
BIN
db.sqlite3
Binary file not shown.
|
|
@ -67,7 +67,8 @@ TIME_ZONE = "Europe/Moscow"
|
||||||
USE_I18N = True
|
USE_I18N = True
|
||||||
USE_TZ = True
|
USE_TZ = True
|
||||||
|
|
||||||
STATIC_URL = "static/"
|
FORCE_SCRIPT_NAME = "/sfedu"
|
||||||
|
STATIC_URL = "/sfedu/static/"
|
||||||
STATICFILES_DIRS = [BASE_DIR / "static"]
|
STATICFILES_DIRS = [BASE_DIR / "static"]
|
||||||
STATIC_ROOT = BASE_DIR / "staticfiles"
|
STATIC_ROOT = BASE_DIR / "staticfiles"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue