mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-05 02:56:31 +00:00
fix: update the terminal app
This commit is contained in:
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'
|
||||
|
0
apps/terminal/migrations/__init__.py
Normal file
0
apps/terminal/migrations/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user