Added a note about workbench only currently being used by celery
This commit is contained in:
parent
df01342e5e
commit
1fd97db348
@ -104,6 +104,9 @@ class MediaGoblinApp(object):
|
|||||||
database=self.db,
|
database=self.db,
|
||||||
public_store=self.public_store,
|
public_store=self.public_store,
|
||||||
queue_store=self.queue_store)
|
queue_store=self.queue_store)
|
||||||
|
|
||||||
|
# Workbench *currently* only used by celery, so this only
|
||||||
|
# matters in always eager mode :)
|
||||||
setup_workbench()
|
setup_workbench()
|
||||||
|
|
||||||
def __call__(self, environ, start_response):
|
def __call__(self, environ, start_response):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user