Changes between Initial Version and Version 1 of Ticket #27130, comment 13
- Timestamp:
- Jan 27, 2017, 8:24:47 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27130, comment 13
initial v1 10 10 }}} 11 11 12 `DjangoTemplates` is a thin integration layer for configuring an `Engine` according to the projectsettings. It doesn't make sense to remove its dependencies on settings. Just use `Engine` directly.12 `DjangoTemplates` is a thin integration layer for configuring an `Engine` according to a Django project's settings. It doesn't make sense to remove its dependencies on settings. Just use `Engine` directly. 13 13 14 14 The documentation explains the roles of these classes without ambiguity and specifically mentions using the template engine outside of a Django project (meaning without Django settings): https://docs.djangoproject.com/en/1.10/topics/templates/#engine … … 19 19 20 20 For these reasons, I don't see what needs to be done here. 21 22 23 https://docs.djangoproject.com/en/1.10/topics/templates/#components24 25 `DjangoTemplates`