Page Menu
Home
Search
Configure Global Search
Log In
Files
F13101423
__init__.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
550 B
Subscribers
None
__init__.py
View Options
def
setup_app
(
app
):
from
.
import
main
,
users
,
projects
,
nodes
,
notifications
,
organizations
,
redirects
,
subquery
,
\
settings
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
=
'/o'
)
settings
.
setup_app
(
app
,
url_prefix
=
'/settings'
)
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Wed, May 25, 10:18 PM (2 d)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e7/82/11c9acb757b46ad3a88807856c81
Attached To
rPS Pillar
Event Timeline
Log In to Comment