diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-09 16:22:55 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-09 16:22:55 +0200 | 
| commit | ef17bd0f0e94a0c379b1b9b37216e2290707a558 (patch) | |
| tree | bff940142866d649ffaea8f78a4aff3a0d577d7d /example_project/settings.py | |
| parent | 14b6a6c93003b422cb08c5313f64a228e743d2ac (diff) | |
| download | Chimère-ef17bd0f0e94a0c379b1b9b37216e2290707a558.tar.bz2 Chimère-ef17bd0f0e94a0c379b1b9b37216e2290707a558.zip | |
Update documentation
Diffstat (limited to 'example_project/settings.py')
| -rw-r--r-- | example_project/settings.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/example_project/settings.py b/example_project/settings.py index 1b72dad..e6e0430 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -144,6 +144,7 @@ TEMPLATE_DIRS = [      # Always use forward slashes, even on Windows.      # Don't forget to use absolute paths, not relative paths.      ROOT_PATH + 'templates', +    ROOT_PATH + '../chimere/templates',  ]  TEMPLATE_CONTEXT_PROCESSORS = ( | 
