API-Manager/apimanager/config/apps.py
2017-11-09 12:26:55 +01:00

12 lines
174 B
Python

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