aboutsummaryrefslogtreecommitdiffstats
path: root/app/config.def.py
diff options
context:
space:
mode:
authorMitsuo Tokumori <[email protected]>2025-03-08 16:03:30 +0900
committerMitsuo Tokumori <[email protected]>2025-03-08 16:03:30 +0900
commit51163b167cce01af6101438e5e61145ad798f213 (patch)
tree9c8e75266cedfb205db175b0b2bc41b49df75cea /app/config.def.py
parentd9af103b9a8aed86d6ac834f1240edfb2173ffa0 (diff)
downloadmasu-51163b167cce01af6101438e5e61145ad798f213.tar.gz
masu-51163b167cce01af6101438e5e61145ad798f213.tar.bz2
masu-51163b167cce01af6101438e5e61145ad798f213.zip
Restructure python code to be modular
The python code is now a package named app. app/models: db models app/routes: flask blueprints app/static: css, js app/templates: jinja html templates
Diffstat (limited to 'app/config.def.py')
-rw-r--r--app/config.def.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config.def.py b/app/config.def.py
new file mode 100644
index 0000000..c80065d
--- /dev/null
+++ b/app/config.def.py
@@ -0,0 +1 @@
+OPENWEATHER_API_KEY = ""