API-Manager/apimanager/base/apps.py
2016-11-21 14:55:35 +01:00

12 lines
166 B
Python

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