aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mediagoblin/app.py3
1 files changed, 3 insertions, 0 deletions
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):