Log LOCALE_PATHS

This commit is contained in:
Edgar P. Burkhart 2023-04-22 15:11:51 +02:00
parent d478f038ba
commit 068dab59d8
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ USE_TZ = True
LOCALE_PATHS = [
BASE_DIR.joinpath("locale"),
]
print(LOCALE_PATHS)
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/4.0/howto/static-files/