euscanwww: simple script to start services (only for development)
Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
parent
fc7f929038
commit
91ccdeb4e7
4
euscanwww/start_dev_services.sh
Executable file
4
euscanwww/start_dev_services.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user