mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-28 16:16:41 +00:00
Merge branch 'new_api' of github.com:jumpserver/jumpserver into new_api
This commit is contained in:
@@ -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,7 +3,7 @@ from __future__ import unicode_literals
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ApplicationsConfig(AppConfig):
|
||||
class TerminalConfig(AppConfig):
|
||||
name = 'terminal'
|
||||
|
||||
def ready(self):
|
||||
|
Reference in New Issue
Block a user