Moved locales into app directory #16
This commit is contained in:
parent
d278d37272
commit
0a1ada15fb
3 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ USE_L10N = True
|
|||
USE_TZ = True
|
||||
|
||||
LOCALE_PATHS = [
|
||||
BASE_DIR / "locales"
|
||||
BASE_DIR / "app" / "locales"
|
||||
]
|
||||
|
||||
# Static files (CSS, JavaScript, Images)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue