Skip to content

Commit

Permalink
Merge pull request #802 from longguikeji/feature-138
Browse files Browse the repository at this point in the history
v2.5 页面配置
  • Loading branch information
guancyxx authored Apr 29, 2022
2 parents 6a811ea + bbe3370 commit 6112a32
Show file tree
Hide file tree
Showing 102 changed files with 3,320 additions and 1,381 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ mkdocstrings = "*"
mkdocs = "*"
mkdocs-material = "*"
pyjwt = "*"
django-cors-headers = "*"

[requires]
python_version = "3.8"
86 changes: 48 additions & 38 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file added api/v1/actions/__init__.py
Empty file.
16 changes: 14 additions & 2 deletions api/v1/pages/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
approve_manage,
auth_manage,
charts_manage,
data_source_manage
data_source_manage,
developer_manage,
log_manage,
mine,
permission_manage,
platform_admin,
tenant_manage
)
from arkid.core import routers

Expand All @@ -18,6 +24,12 @@
approve_manage.router,
auth_manage.router,
charts_manage.router,
data_source_manage.router
data_source_manage.router,
developer_manage.router,
log_manage.router,
mine.router,
permission_manage.router,
platform_admin.router,
tenant_manage.router
]
)
Loading

0 comments on commit 6112a32

Please sign in to comment.