aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hackinghowto.rst
diff options
context:
space:
mode:
authorElrond <elrond+mediagoblin.org@samba-tng.org>2011-06-19 23:09:35 +0200
committerElrond <elrond+mediagoblin.org@samba-tng.org>2011-07-02 20:50:23 +0200
commit073b61fe53d4e499d7034bb8de2404cd87dc9095 (patch)
tree603524f3c144963421739937188673a882750046 /docs/hackinghowto.rst
parent1b579e18d8d88543ad16d44cb539437dd9c00acd (diff)
downloadmediagoblin-073b61fe53d4e499d7034bb8de2404cd87dc9095.tar.lz
mediagoblin-073b61fe53d4e499d7034bb8de2404cd87dc9095.tar.xz
mediagoblin-073b61fe53d4e499d7034bb8de2404cd87dc9095.zip
Move mediagoblin.celery_setup -> mediagoblin.init.celery
As the first target of the new .init. submodule move celery_setup there. Quite straight forward, just a lot of places to change.
Diffstat (limited to 'docs/hackinghowto.rst')
-rw-r--r--docs/hackinghowto.rst2
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