Django

Code

Changeset 983

Show
Ignore:
Timestamp:
10/20/05 16:58:01 (3 years ago)
Author:
adrian
Message:

Added note about ALLOWED_INCLUDE_ROOTS to docs/templates.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/templates.txt

    r971 r983  
    611611        {% ssi /home/html/ljworld.com/includes/right_generic.html parsed %} 
    612612 
     613    Note that if you use ``{% ssi %}``, you'll need to define 
     614    `ALLOWED_INCLUDE_ROOTS`_ in your Django settings, as a security measure. 
     615 
     616.. _ALLOWED_INCLUDE_ROOTS: http://www.djangoproject.com/documentation/settings/#allowed-include-roots 
     617 
    613618``templatetag`` 
    614619    Output one of the bits used to compose template tags.