Page Menu
Home
Search
Configure Global Search
Log In
Files
F14223830
__init__.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
481 B
Subscribers
None
__init__.py
View Options
def
setup_app
(
app
):
from
.
import
main
,
users
,
projects
,
nodes
,
notifications
,
organizations
,
redirects
,
subquery
main
.
setup_app
(
app
,
url_prefix
=
None
)
users
.
setup_app
(
app
,
url_prefix
=
None
)
redirects
.
setup_app
(
app
,
url_prefix
=
'/r'
)
projects
.
setup_app
(
app
,
url_prefix
=
'/p'
)
nodes
.
setup_app
(
app
,
url_prefix
=
'/nodes'
)
notifications
.
setup_app
(
app
,
url_prefix
=
'/notifications'
)
subquery
.
setup_app
(
app
)
organizations
.
setup_app
(
app
,
url_prefix
=
'/orgs'
)
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Thu, Feb 2, 9:23 PM (2 d)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0b/67/3ffa8f63872b5f084ae8df3b687f
Attached To
rPS Pillar
Event Timeline
Log In to Comment