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 65184b3 commit b3b6f4eCopy full SHA for b3b6f4e
src/quark/quark.py
@@ -26,12 +26,12 @@ class Quark(FastAPI):
26
"APP_VERSION": "0.1.3",
27
"APP_SECRET_KEY": "your-secret-key",
28
"CACHE_PREFIX": "quark-cache",
29
- "MODULE_PATH": ".app",
+ "MODULE_PATH": "app",
30
"LOCALE": "zh-hans",
31
"DB_CONFIG": None,
32
"DB_URL": None,
33
"DB_MODULES": {
34
- "models": ["quark.models", ".app.models"],
+ "models": ["quark.models", "app.models"],
35
},
36
}
37
0 commit comments