Commit b3902977 authored by lixiaofang's avatar lixiaofang

add

parent 808a99fc
# coding=utf-8
from __future__ import unicode_literals, print_function, absolute_import
from django.apps import AppConfig
class MaJiaApp(AppConfig):
name = 'majia'
label = 'majia'
......@@ -48,7 +48,7 @@ INSTALLED_APPS = (
'trans2es',
'search',
'injection.data_sync',
'majia.apps.majiaConfig',
'majia',
)
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