Commit 0f64d39c authored by ibuler's avatar ibuler

Merge branch 'new_api' of github.com:jumpserver/jumpserver into new_api

parents 5e1eff19 ef1bbc29
...@@ -61,7 +61,7 @@ INSTALLED_APPS = [ ...@@ -61,7 +61,7 @@ INSTALLED_APPS = [
'ops.apps.OpsConfig', 'ops.apps.OpsConfig',
# 'audits.apps.AuditsConfig', # 'audits.apps.AuditsConfig',
'common.apps.CommonConfig', 'common.apps.CommonConfig',
'terminal.apps.ApplicationsConfig', 'terminal.apps.TerminalConfig',
'rest_framework', 'rest_framework',
'rest_framework_swagger', 'rest_framework_swagger',
'django_filters', 'django_filters',
......
...@@ -3,7 +3,7 @@ from __future__ import unicode_literals ...@@ -3,7 +3,7 @@ from __future__ import unicode_literals
from django.apps import AppConfig from django.apps import AppConfig
class ApplicationsConfig(AppConfig): class TerminalConfig(AppConfig):
name = 'terminal' name = 'terminal'
def ready(self): def ready(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment