Added a note about workbench only currently being used by celery

This commit is contained in:
Christopher Allan Webber 2011-07-09 17:11:23 -05:00
parent df01342e5e
commit 1fd97db348

View File

@ -104,6 +104,9 @@ class MediaGoblinApp(object):
database=self.db,
public_store=self.public_store,
queue_store=self.queue_store)
# Workbench *currently* only used by celery, so this only
# matters in always eager mode :)
setup_workbench()
def __call__(self, environ, start_response):