Complete project revamp with a bunch of commits #37

Merged
ChaoticByte merged 24 commits from revamp into devel 2023-03-26 10:40:59 +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
LOCALE_PATHS = [
BASE_DIR / "locales"
BASE_DIR / "app" / "locales"
]
# Static files (CSS, JavaScript, Images)