API-Manager/apimanager/config/apps.py

12 lines
174 B
Python
Raw Permalink Normal View History

# -*- coding: utf-8 -*-
"""
App config for config app
"""
from django.apps import AppConfig
class ConfigConfig(AppConfig):
"""Config for config"""
name = 'config'