API-Manager/apimanager/webui/apps.py

12 lines
172 B
Python
Raw Normal View History

2019-07-03 13:04:52 +00:00
# -*- coding: utf-8 -*-
"""
App config for config app
"""
from django.apps import AppConfig
2019-08-11 09:39:18 +00:00
class WebuiConfig(AppConfig):
2019-07-03 13:04:52 +00:00
"""Config for config"""
2024-10-31 11:23:11 +00:00
name = 'webui'