API-Manager/apimanager/apicollections/apps.py

11 lines
197 B
Python
Raw Permalink Normal View History

2021-10-12 08:24:13 +00:00
# -*- coding: utf-8 -*-
"""
App config for config app
"""
from django.apps import AppConfig
class ApiCollectionsConfig(AppConfig):
"""Config for apicollections"""
name = 'apicollections'