We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade5c08 commit 1981dbcCopy full SHA for 1981dbc
tests/subdomaintestmodule/__init__.py
@@ -1,4 +1,4 @@
1
from flask import Module
2
3
4
-mod = Module(__name__, 'foo', subdomain='foo')
+mod = Module(__name__, 'foo', subdomain='foo', static_path='static')
0 commit comments