euscanwww: simple script to start services (only for development)

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino 2012-06-30 09:01:36 +02:00
parent fc7f929038
commit 91ccdeb4e7

View File

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