Commit cf45e3f8 authored by lixiaofang's avatar lixiaofang

add

parent 71080628
......@@ -3,4 +3,4 @@ from django.apps import AppConfig
class majiaConfig(AppConfig):
name = "majia"
verbose_name = "马甲用户"
\ No newline at end of file
verbose_name = "马甲用户"
......@@ -16,7 +16,7 @@ def index_first():
return None
@shared_task
@shared_task(name="majia.tasks.get_cook")
def get_cook():
data = open("majia_email","r")
list = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment