Log LOCALE_PATHS
This commit is contained in:
parent
d478f038ba
commit
068dab59d8
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ USE_TZ = True
|
||||||
LOCALE_PATHS = [
|
LOCALE_PATHS = [
|
||||||
BASE_DIR.joinpath("locale"),
|
BASE_DIR.joinpath("locale"),
|
||||||
]
|
]
|
||||||
|
print(LOCALE_PATHS)
|
||||||
|
|
||||||
# Static files (CSS, JavaScript, Images)
|
# Static files (CSS, JavaScript, Images)
|
||||||
# https://docs.djangoproject.com/en/4.0/howto/static-files/
|
# https://docs.djangoproject.com/en/4.0/howto/static-files/
|
||||||
|
|
Loading…
Reference in a new issue