Commit f884cfd3 authored by 段英荣's avatar 段英荣

modify

parent c39da376
default_app_config = 'injection.data_sync.apps.DataSyncApp'
\ No newline at end of file
default_app_config = 'injection.data_sync.apps.DataSyncApp'
\ No newline at end of file
# coding=utf-8
from __future__ import unicode_literals, print_function, absolute_import
from django.apps import AppConfig
class DataSyncApp(AppConfig):
name = 'injection.data_sync'
label = 'injected_data_sync'
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