Commit cf45e3f8 authored by lixiaofang's avatar lixiaofang

add

parent 71080628
...@@ -3,4 +3,4 @@ from django.apps import AppConfig ...@@ -3,4 +3,4 @@ from django.apps import AppConfig
class majiaConfig(AppConfig): class majiaConfig(AppConfig):
name = "majia" name = "majia"
verbose_name = "马甲用户" verbose_name = "马甲用户"
\ No newline at end of file
...@@ -16,7 +16,7 @@ def index_first(): ...@@ -16,7 +16,7 @@ def index_first():
return None return None
@shared_task @shared_task(name="majia.tasks.get_cook")
def get_cook(): def get_cook():
data = open("majia_email","r") data = open("majia_email","r")
list = [] 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