From 1fd97db348fb8eb7b455f4f991fe73143611a945 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 9 Jul 2011 17:11:23 -0500 Subject: [PATCH] Added a note about workbench only currently being used by celery --- mediagoblin/app.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mediagoblin/app.py b/mediagoblin/app.py index c5fcc1dd..ae39694f 100644 --- a/mediagoblin/app.py +++ b/mediagoblin/app.py @@ -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): -- 2.25.1