How To Config Django Templates With Pathlib

[Solved] How To Config Django Templates With Pathlib | Shell - Code Explorer | yomemimo.com
Question : how to config django templates with pathlib

Answered by : different-deer-b79lpeceqt47

STATICFILES_DIRS = [ BASE_DIR / "static", '/var/www/static/',
]

Source : https://adamj.eu/tech/2020/03/16/use-pathlib-in-your-django-project/ | Last Update : Sat, 03 Apr 21

Answers related to how to config django templates with pathlib

Code Explorer Popular Question For Shell