Release 15 - Revamp #38

Merged
ChaoticByte merged 27 commits from devel into main 2023-03-26 11:09:31 +00:00
3 changed files with 1 additions and 1 deletions
Showing only changes of commit 0a1ada15fb - Show all commits

View file

@ -141,7 +141,7 @@ USE_L10N = True
USE_TZ = True USE_TZ = True
LOCALE_PATHS = [ LOCALE_PATHS = [
BASE_DIR / "locales" BASE_DIR / "app" / "locales"
] ]
# Static files (CSS, JavaScript, Images) # Static files (CSS, JavaScript, Images)