Parcourir la source

Fix celery instructions

Baptiste Jonglez il y a 9 ans
Parent
commit
f284542caa
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      INSTALL.md

+ 1 - 1
INSTALL.md

@@ -48,7 +48,7 @@ Tile generation uses Celery, because it is quite a heavy task CPU-wise.
 
 To launch a celery worker while developping, run this in your virtualenv:
 
-    celery -c 1 -A ztulec.celery worker --loglevel=info
+    celery -c 1 -A celutz.celery worker --loglevel=info
 
 This tells celery to handle at most one task at a time: `-c 1`.  Indeed,
 generating tiles for a single panorama can take quite a lot of RAM.