This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
waibao
/
python_93040206
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
c031d31cf5
Ramuri
Etichete
master
python_93040206
/
admin_site
/
files
/
tasks.py
tasks.py
78 B
Istoric
Crud
1
2
3
4
5
6
from celery import shared_task
@shared_task
def add(x, y):
return x + y