Translate edit-inline template patch to Grappelli's template.
[cookbook.git] / example / settings.py
index 49d2f64e49d43b2ba70704354a08df35fb3d83ee..ffefb6d9cd8fb8099df27b93329122bb0cd0c757 100644 (file)
@@ -120,6 +120,7 @@ TEMPLATE_DIRS = (
     # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
     # Always use forward slashes, even on Windows.
     # Don't forget to use absolute paths, not relative paths.
+    os.path.join(DATA_DIRECTORY, 'templates'),
 )
 
 INSTALLED_APPS = (