API-Manager/apimanager/base/apps.py

12 lines
166 B
Python
Raw Permalink Normal View History

2016-11-21 13:55:35 +00:00
# -*- coding: utf-8 -*-
"""
App config for base app
"""
2016-11-09 13:54:47 +00:00
from django.apps import AppConfig
2016-11-21 13:55:35 +00:00
class BaseConfig(AppConfig):
"""Config for base"""
name = 'base'