possibility to use celery for asynchronous email

This commit is contained in:
Élie Bouttier 2014-08-21 21:31:25 -07:00
parent 078c0eae8c
commit 4fe47008cb
8 changed files with 63 additions and 3 deletions

5
celeryworker.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
. env/bin/activate
python manage.py celery worker --loglevel=info