Show
Ignore:
Timestamp:
06/29/07 16:05:08 (17 months ago)
Author:
JensDiemer
Message:

* new additional Stylesheet/JavaScript handling. A middleware puts the collected data into the page.
* middleware "pagestats" renamed to "additional_content".
* some code cleanup

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.8(django)/PyLucid/settings_example.py

    r1116 r1127  
    221221    'django.middleware.common.CommonMiddleware', 
    222222    'django.middleware.doc.XViewMiddleware', 
    223     'PyLucid.middlewares.pagestats.PageStatsMiddleware', 
     223 
     224    'PyLucid.middlewares.additional_content.AdditionalContentMiddleware', 
    224225) 
    225226