Browse Source

Note about TEMPLATE_DEBUG

David Cramer 14 years ago
parent
commit
c8149e3962
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.rst

+ 3 - 0
README.rst

@@ -60,6 +60,9 @@ Once installed, update your settings.py and add ``sentry``, ``sentry.client``, `
 	    ...
 	)
 
+We also highly recommend setting ``TEMPLATE_DEBUG=True`` in your environment (not to be confused with ``DEBUG``). This will allow
+Sentry to receive template debug information when it hits a syntax error.
+
 Finally, run ``python manage.py syncdb`` to create the database tables.
 
 (If you use South, you'll need to use ``python manage.py migrate sentry``)