mirror of https://github.com/jumpserver/jumpserver
fix: update the terminal app
parent
ffa7e58025
commit
ef1bbc29b5
|
@ -61,7 +61,7 @@ INSTALLED_APPS = [
|
|||
'ops.apps.OpsConfig',
|
||||
# 'audits.apps.AuditsConfig',
|
||||
'common.apps.CommonConfig',
|
||||
'terminal.apps.ApplicationsConfig',
|
||||
'terminal.apps.TerminalConfig',
|
||||
'rest_framework',
|
||||
'rest_framework_swagger',
|
||||
'django_filters',
|
||||
|
|
|
@ -3,5 +3,5 @@ from __future__ import unicode_literals
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ApplicationsConfig(AppConfig):
|
||||
class TerminalConfig(AppConfig):
|
||||
name = 'terminal'
|
||||
|
|
Loading…
Reference in New Issue