Commit 71080628 authored by lixiaofang's avatar lixiaofang

add

parent d33a5c29
from django.apps import AppConfig
class majiaConfig(AppConfig):
name = "majia"
verbose_name = "马甲用户"
\ No newline at end of file
...@@ -48,6 +48,7 @@ INSTALLED_APPS = ( ...@@ -48,6 +48,7 @@ INSTALLED_APPS = (
'trans2es', 'trans2es',
'search', 'search',
'injection.data_sync', 'injection.data_sync',
'majia.apps.majiaConfig',
) )
CELERYBEAT_SCHEDULE = { CELERYBEAT_SCHEDULE = {
......
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