possibility to use celery for asynchronous email
This commit is contained in:
parent
078c0eae8c
commit
4fe47008cb
8 changed files with 63 additions and 3 deletions
5
celeryworker.sh
Executable file
5
celeryworker.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
. env/bin/activate
|
||||
|
||||
python manage.py celery worker --loglevel=info
|
Loading…
Add table
Add a link
Reference in a new issue