Upgrade notes omit need to modify the paster configuration in order to use fanstatic

Bug #755686 reported by Emanuel Sartor
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
grok
New
Undecided
Unassigned

Bug Description

The upgrade notes for Grok 1.3 cover how to update your project to use Fanstatic: http://grok.zope.org/doc/1.3/upgrade.html

It is missing a step to update your paster configuration files in the etc directory to include fanstatic in the pipeline. I needed to update the [pipeline:main] section in etc/debug.ini.in and etc/deploy.ini.in to read:

[pipeline:main]
pipeline = accesslogging evalexception fanstatic grok

And also add this new section to etc/debug.ini.in and etc/deploy.ini.in:

[filter:fanstatic]
use = egg:fanstatic#fanstatic
versioning = true
recompute_hashes = true

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.