euscanwww: Fixed tasks to work with processing.scan and processing.misc

Fixed tasks to work with processing.* changes.
Moved periodic tasks config to settings.py using CELERYBEAT_SCHEDULE

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2012-07-07 15:13:59 +02:00
parent 80e8157627
commit a6b215cec9
10 changed files with 65 additions and 58 deletions

View File

@ -1,4 +1,3 @@
python manage.py celeryd -E -l INFO &
python manage.py celerybeat -l INFO &
python manage.py celeryd -B -E -l INFO &
python manage.py celerycam &
python manage.py runserver