mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2024-11-13 05:06:41 +03:00
commit
d1cf996a5e
|
@ -1095,7 +1095,7 @@ We use [Celery](http://www.celeryproject.org/) for the following general cases:
|
|||
|
||||
We try to treat Celery as if it's just another interface to our core logic - meaning - **don't put business logic there.**
|
||||
|
||||
An exmaple task might look like this:
|
||||
An example task might look like this:
|
||||
|
||||
```python
|
||||
from celery import shared_task
|
||||
|
|
Loading…
Reference in New Issue
Block a user