Changeset 1511 for trunk/pylucid/PyLucid/settings_example.py
- Timestamp:
- 03/28/08 08:51:04 (8 months ago)
- Files:
-
- 1 modified
-
trunk/pylucid/PyLucid/settings_example.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid/PyLucid/settings_example.py
r1510 r1511 84 84 # 85 85 MIDDLEWARE_CLASSES = ( 86 # Insert a statistic line into the generated page: 87 'PyLucid.middlewares.pagestats.PageStatsMiddleware', 88 86 89 # PyLucidCommonMiddleware loads the django middlewares: 87 90 # - 'django.contrib.sessions.middleware.SessionMiddleware' … … 90 93 'PyLucid.middlewares.common.PyLucidCommonMiddleware', 91 94 95 # Cache all anonymous cms page request, if CACHE_BACKEND worked. 92 96 'PyLucid.middlewares.cache.CacheMiddleware', 93 97
