tweaked the case class name

This commit is contained in:
hongwei1 2019-08-11 11:39:18 +02:00
parent a271b017bb
commit 7489aeb2e4

View File

@ -6,6 +6,6 @@ App config for config app
from django.apps import AppConfig
class ConfigConfig(AppConfig):
class WebuiConfig(AppConfig):
"""Config for config"""
name = 'config'
name = 'Webui'