Changes between Initial Version and Version 1 of Ticket #27130, comment 13


Ignore:
Timestamp:
Jan 27, 2017, 8:24:47 AM (7 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27130, comment 13

    initial v1  
    1010}}}
    1111
    12 `DjangoTemplates` is a thin integration layer for configuring an `Engine` according to the project settings. 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.
    1313
    1414The 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
     
    1919
    2020For these reasons, I don't see what needs to be done here.
    21 
    22 
    23 https://docs.djangoproject.com/en/1.10/topics/templates/#components
    24 
    25 `DjangoTemplates`
Back to Top