faster-app 0.0.8__py3-none-any.whl → 0.0.9__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- faster_app/__init__.py +1 -1
- faster_app/settings/builtins/settings.py +1 -1
- faster_app/statics/swagger-ui-bundle.min.js +1 -1
- faster_app/templates/config/settings.py +1 -1
- {faster_app-0.0.8.dist-info → faster_app-0.0.9.dist-info}/METADATA +2 -2
- {faster_app-0.0.8.dist-info → faster_app-0.0.9.dist-info}/RECORD +10 -10
- {faster_app-0.0.8.dist-info → faster_app-0.0.9.dist-info}/WHEEL +0 -0
- {faster_app-0.0.8.dist-info → faster_app-0.0.9.dist-info}/entry_points.txt +0 -0
- {faster_app-0.0.8.dist-info → faster_app-0.0.9.dist-info}/licenses/LICENSE +0 -0
- {faster_app-0.0.8.dist-info → faster_app-0.0.9.dist-info}/top_level.txt +0 -0
faster_app/__init__.py
CHANGED
@@ -31826,7 +31826,7 @@ ${u.current.stack}
|
|
31826
31826
|
return !(
|
31827
31827
|
!e ||
|
31828
31828
|
0 <= r()(e).call(e, "localhost") ||
|
31829
|
-
0 <= r()(e).call(e, "127.0.0.
|
31829
|
+
0 <= r()(e).call(e, "127.0.0.1") ||
|
31830
31830
|
"none" === e
|
31831
31831
|
);
|
31832
31832
|
},
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: faster_app
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.9
|
4
4
|
Summary: 一个轻量级的 Python Web 框架,提供自动发现、模型基类、命令行工具等功能
|
5
5
|
Author-email: peizhenfei <peizhenfei@hotmail.com>
|
6
6
|
Maintainer-email: peizhenfei <peizhenfei@hotmail.com>
|
@@ -201,7 +201,7 @@ class Settings(BaseSettings):
|
|
201
201
|
DEBUG: bool = True
|
202
202
|
|
203
203
|
# 服务器配置
|
204
|
-
HOST: str = "127.0.0.
|
204
|
+
HOST: str = "127.0.0.1"
|
205
205
|
PORT: int = 8000
|
206
206
|
|
207
207
|
# API 配置
|
@@ -1,5 +1,5 @@
|
|
1
1
|
main.py,sha256=En5hYXB-wbcnEFmQ6mmMlwnO1y-SM5nFcLsMN9dZk4s,613
|
2
|
-
faster_app/__init__.py,sha256=
|
2
|
+
faster_app/__init__.py,sha256=QwEa_aQ4zAaf02Mm7C1copWFseo1NCAUjftH9mzgvb4,1425
|
3
3
|
faster_app/base.py,sha256=8350gBg_GkW_ww_lDvIOODFOJ71_yowQ5gd_tMTPrQ8,4035
|
4
4
|
faster_app/db.py,sha256=uG4k_eSy5C2MP7DF-senxI10sLAGrLkgmBRFfH_91kY,994
|
5
5
|
faster_app/commands/__init__.py,sha256=AgjI6NmKpdzNTH93XvXsvh54F7PiRX-MJq6emITw7K4,258
|
@@ -20,16 +20,16 @@ faster_app/routes/builtins/defaults.py,sha256=jdBx5SZ-m3Hy_J4EhFiyKkOtpZ_vvpevbl
|
|
20
20
|
faster_app/routes/builtins/swagger.py,sha256=tn26PfFYtPNN8hfgO26ayLG8rtW7ywiEK90BlE5iaQU,463
|
21
21
|
faster_app/settings/__init__.py,sha256=a9_8V1pjeLqdAq1H8GW73Ua_dZgTrE_SogN9yrKeB6s,174
|
22
22
|
faster_app/settings/discover.py,sha256=82MLZyeVXYn-U_bIJ9BVdJAVUoBILM9GbNCLHVAIxqc,2319
|
23
|
-
faster_app/settings/builtins/settings.py,sha256=
|
24
|
-
faster_app/statics/swagger-ui-bundle.min.js,sha256=
|
23
|
+
faster_app/settings/builtins/settings.py,sha256=KNTXshdCJGjIAMkCFKnRq9fegqRt4y7St4HP4SZkztE,1701
|
24
|
+
faster_app/statics/swagger-ui-bundle.min.js,sha256=lZ7TT30IWNVFn_e9S9WkdD1NC5PRw0mVJNI2Z9W_GqM,2980189
|
25
25
|
faster_app/statics/swagger-ui.min.css,sha256=v0okdo-JS6djtsQ2gZeXadMN1H4wWGUWzLx2qMcfs-s,150626
|
26
26
|
faster_app/templates/apps/demo/commands.py,sha256=KECFqPzxn46qpveRARoxyyYk_ZVZ-R-YSUIsd5y8QiA,445
|
27
27
|
faster_app/templates/apps/demo/models.py,sha256=RfodpzyDfhwbfxfRg_qMwTVFjV7n8uLfJTFsCaWUNHs,328
|
28
28
|
faster_app/templates/apps/demo/routes.py,sha256=Ye1IsU-xDox33IETZQ4K2LLIWkeby9whzVmQqB9JaFY,270
|
29
|
-
faster_app/templates/config/settings.py,sha256=
|
30
|
-
faster_app-0.0.
|
31
|
-
faster_app-0.0.
|
32
|
-
faster_app-0.0.
|
33
|
-
faster_app-0.0.
|
34
|
-
faster_app-0.0.
|
35
|
-
faster_app-0.0.
|
29
|
+
faster_app/templates/config/settings.py,sha256=2Q58pumllN5a09mem3bPy-z65Jy5NTTicN4KjGJ-sY8,182
|
30
|
+
faster_app-0.0.9.dist-info/licenses/LICENSE,sha256=VlZLv92YNpRecXnQ92BsEhMZK0zX453xnBFta4eGPRE,1073
|
31
|
+
faster_app-0.0.9.dist-info/METADATA,sha256=egkaOVupwdIXh3Zr3N_zhqRiyxkpfuopLGECOQLTawM,7382
|
32
|
+
faster_app-0.0.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
33
|
+
faster_app-0.0.9.dist-info/entry_points.txt,sha256=sWqd_BtqZPR1ET8qzd39omJRLh_cW7tHBNUTWSkI2JQ,41
|
34
|
+
faster_app-0.0.9.dist-info/top_level.txt,sha256=j75Oo5nWjUaghO8XErOuYDFW9BfKvZub9b2fnjECvAg,16
|
35
|
+
faster_app-0.0.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|