mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 18:36:51 +00:00
tweaked the case class name
This commit is contained in:
parent
a271b017bb
commit
7489aeb2e4
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user