This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
waibao
/
python_93040206
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
c031d31cf5
Gałęzie
Tagi
master
python_93040206
/
admin_site
/
files
/
tasks.py
tasks.py
78 B
Historia
Czysty
1
2
3
4
5
6
from celery import shared_task
@shared_task
def add(x, y):
return x + y