This website works better with JavaScript.
Explore
Help
Sign In
playground
/
flask
mirror of
https://github.com/mitsuhiko/flask.git
Watch
1
Star
0
Fork
You've already forked flask
0
Code
Issues
Releases
Activity
2239
Commits
4
Branches
26
Tags
14 MiB
Tree:
7d506f2408
flask
/
tests
/
test_apps
/
subdomaintestmodule
/
__init__.py
5 lines
74 B
Raw
Normal View
History
Unescape
Escape
Added testcase. This fixes #108
15 years ago
from
flask
import
Module
mod
=
Module
(
__name__
,
'
foo
'
,
subdomain
=
'
foo
'
)