mirror of https://github.com/jumpserver/jumpserver
fix: 保留之前的jms_oidc_rp包
parent
75825f5baa
commit
8a8ed90eef
|
@ -1,17 +0,0 @@
|
||||||
# Generated by Django 3.1.14 on 2022-03-04 09:36
|
|
||||||
|
|
||||||
from django.db import migrations, models
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
('authentication', '0008_superconnectiontoken'),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
# 删除 jms_oidc_rp 中的Model
|
|
||||||
migrations.RunSQL(
|
|
||||||
sql='DROP TABLE `jms_oidc_rp_oidcuser` CASCADE;',
|
|
||||||
),
|
|
||||||
]
|
|
|
@ -57,6 +57,7 @@ INSTALLED_APPS = [
|
||||||
'notifications.apps.NotificationsConfig',
|
'notifications.apps.NotificationsConfig',
|
||||||
'rbac.apps.RBACConfig',
|
'rbac.apps.RBACConfig',
|
||||||
'common.apps.CommonConfig',
|
'common.apps.CommonConfig',
|
||||||
|
'jms_oidc_rp',
|
||||||
'rest_framework',
|
'rest_framework',
|
||||||
'rest_framework_swagger',
|
'rest_framework_swagger',
|
||||||
'drf_yasg',
|
'drf_yasg',
|
||||||
|
|
|
@ -95,6 +95,7 @@ ipython
|
||||||
huaweicloud-sdk-python==1.0.21
|
huaweicloud-sdk-python==1.0.21
|
||||||
django-redis==4.11.0
|
django-redis==4.11.0
|
||||||
python-redis-lock==3.7.0
|
python-redis-lock==3.7.0
|
||||||
|
jumpserver-django-oidc-rp==0.3.7.8
|
||||||
django-mysql==3.9.0
|
django-mysql==3.9.0
|
||||||
gmssl==3.2.1
|
gmssl==3.2.1
|
||||||
azure-mgmt-compute==4.6.2
|
azure-mgmt-compute==4.6.2
|
||||||
|
|
Loading…
Reference in New Issue