Moved locales into app directory #16

This commit is contained in:
ChaoticByte 2023-02-11 18:25:00 +01:00
parent d278d37272
commit 0a1ada15fb
3 changed files with 1 additions and 1 deletions

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)