diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-02 15:48:49 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-02 15:48:49 -0500 |
commit | 5d5eb6c3310ac7dea78a5788919a848dd3203616 (patch) | |
tree | fafdce96bddaedd6aa011b10eca9f3707e6afb5a /docs/hackinghowto.rst | |
parent | 2110408f4437a9bd7d4d158139cf869518c46456 (diff) | |
parent | 421129b6bbf460057831914c25ab5694f5d21d4f (diff) | |
download | mediagoblin-5d5eb6c3310ac7dea78a5788919a848dd3203616.tar.lz mediagoblin-5d5eb6c3310ac7dea78a5788919a848dd3203616.tar.xz mediagoblin-5d5eb6c3310ac7dea78a5788919a848dd3203616.zip |
Merge remote branch 'remotes/elrond/dev/init'
Diffstat (limited to 'docs/hackinghowto.rst')
-rw-r--r-- | docs/hackinghowto.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst index 911f2340..08b228f1 100644 --- a/docs/hackinghowto.rst +++ b/docs/hackinghowto.rst @@ -150,7 +150,7 @@ celeryd in another window. Run:: - CELERY_CONFIG_MODULE=mediagoblin.celery_setup.from_celery ./bin/celeryd + CELERY_CONFIG_MODULE=mediagoblin.init.celery.from_celery ./bin/celeryd Running the test suite |