This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
waibao
/
python_93040206
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
c031d31cf5
Rami (Branch)
Tag
master
python_93040206
/
admin_site
/
files
/
tasks.py
tasks.py
78 B
Cronologia
Originale
1
2
3
4
5
6
from celery import shared_task
@shared_task
def add(x, y):
return x + y