mirror of https://github.com/jumpserver/jumpserver
8 lines
64 B
Python
8 lines
64 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
#
|
||
|
app_name = 'orgs'
|
||
|
|
||
|
|
||
|
urlpatterns = [
|
||
|
]
|