Changes between Initial Version and Version 1 of Ticket #32692, comment 9
- Timestamp:
- Apr 29, 2021, 9:04:53 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32692, comment 9
initial v1 1 Specifically Manel you can use the `DIR ` option to the `TEMPLATES` setting to configure project level directories, rather than (mis)using `APP_DIRS`, which loads the per-app templates, that you've been relying on up to now.1 Specifically Manel you can use the `DIRS` option to the `TEMPLATES` setting to configure project level directories, rather than (mis)using `APP_DIRS`, which loads the per-app templates, that you've been relying on up to now. 2 2 3 3 https://docs.djangoproject.com/en/3.2/ref/settings/#std:setting-TEMPLATES-DIRS