fastadmin 0.2.11__py3-none-any.whl → 0.2.12__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.
fastadmin/settings.py CHANGED
@@ -1,11 +1,6 @@
1
1
  import os
2
2
  from pathlib import Path
3
3
 
4
- from dotenv import load_dotenv
5
-
6
- load_dotenv(os.getenv("ADMIN_ENV_FILE") or ".env")
7
-
8
-
9
4
  ROOT_DIR = Path(__file__).resolve().parent
10
5
 
11
6
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fastadmin
3
- Version: 0.2.11
3
+ Version: 0.2.12
4
4
  Summary: FastAdmin is an easy-to-use Admin Dashboard App for FastAPI/Flask/Django inspired by Django Admin.
5
5
  Home-page: https://github.com/vsdudakov/fastadmin
6
6
  License: MIT
@@ -27,8 +27,8 @@ Provides-Extra: flask
27
27
  Provides-Extra: pony
28
28
  Provides-Extra: sqlalchemy
29
29
  Provides-Extra: tortoise-orm
30
- Requires-Dist: asgiref (==3.6.0)
31
- Requires-Dist: django (==4.*) ; extra == "django"
30
+ Requires-Dist: asgiref (>=3.7.0,<4.0.0)
31
+ Requires-Dist: django (==5.*) ; extra == "django"
32
32
  Requires-Dist: fastapi (==0.*) ; extra == "fastapi"
33
33
  Requires-Dist: flask (==2.*) ; extra == "flask"
34
34
  Requires-Dist: pony (==0.*) ; extra == "pony"
@@ -29,7 +29,7 @@ fastadmin/models/orms/ponyorm.py,sha256=ntYii23PTbYJjR0qQH9ZguFcBKHnG9Yx50-hSfUN
29
29
  fastadmin/models/orms/sqlalchemy.py,sha256=GpDnmM2g358sz1Pde1DZSFMLLSxUoZ4eHwJcwFjGEdc,18742
30
30
  fastadmin/models/orms/tortoise.py,sha256=q1vLLm3uQ677Xe4gIb3VaIMbm5USdEHLWF22TZaj914,15949
31
31
  fastadmin/models/schemas.py,sha256=KxPlsoLfbrHuSz2F5h_UV18hKjgbeDioxWMcitbIJhk,4306
32
- fastadmin/settings.py,sha256=UMQ2oQqUMsID1vNZ0tq7CWRTTfhRm-uExOjz9w0Tnrs,2338
32
+ fastadmin/settings.py,sha256=yMf0X2uT52ufPK_FY1LngUBBmfuhRnJI5ypcnNz9320,2253
33
33
  fastadmin/static/images/favicon.png,sha256=cOPeoFIQCjIrPOstAVMGlDq6ODvn1adAuwVgqsV83vM,412
34
34
  fastadmin/static/images/header-logo.svg,sha256=FfFOShL7p4EvggDS106VDcMzI_Oe7zAG7GgqaK34CH0,1359
35
35
  fastadmin/static/images/sign-in-logo.svg,sha256=sD6YXIwT0kOvZTCGxyoUMiIoszXV77OBxFLvlZOYEeE,1359
@@ -37,7 +37,7 @@ fastadmin/static/index.html,sha256=J6YYi1W7Y-YHlAfdTjy4KOd_yMZy-UWMJZAFDe78eAI,6
37
37
  fastadmin/static/index.min.css,sha256=219cuKBCK38b4RsJ-jBdTzdJ7OmSBqMmZGfpYfCb9b0,69757
38
38
  fastadmin/static/index.min.js,sha256=_u-R1Gjy5-cbFgwyHu0CyeaMV5LK4I5iRJtWR0hdzdo,2976527
39
39
  fastadmin/templates/index.html,sha256=WHIAqNmtJ_fHMgYrMHkUwsYxt4Xo6yMrieDODKDCN9Q,719
40
- fastadmin-0.2.11.dist-info/LICENSE,sha256=-5Cmq6xd5DlFq8rhBcqGMi8Mlh_h-YVjKOYjnYk5dyM,1063
41
- fastadmin-0.2.11.dist-info/METADATA,sha256=-juFKRB-zCVRe2qn4SSw6QqXoBe5OVCJ-xk6s0kuy_4,11743
42
- fastadmin-0.2.11.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
43
- fastadmin-0.2.11.dist-info/RECORD,,
40
+ fastadmin-0.2.12.dist-info/LICENSE,sha256=-5Cmq6xd5DlFq8rhBcqGMi8Mlh_h-YVjKOYjnYk5dyM,1063
41
+ fastadmin-0.2.12.dist-info/METADATA,sha256=5pngRtXVjvdDYAv4IZpHE5tEoP3smpo-Ul_bRNRa8EE,11750
42
+ fastadmin-0.2.12.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
43
+ fastadmin-0.2.12.dist-info/RECORD,,