This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
waibao
/
python_93040206
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
c031d31cf5
Ramas
Etiquetas
master
python_93040206
/
admin_site
/
files
/
tasks.py
tasks.py
78 B
Histórico
Raw
1
2
3
4
5
6
from celery import shared_task
@shared_task
def add(x, y):
return x + y