fastadmin 0.2.3__py3-none-any.whl → 0.2.5__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/models/helpers.py +4 -8
- fastadmin/static/index.min.js +112 -112
- {fastadmin-0.2.3.dist-info → fastadmin-0.2.5.dist-info}/METADATA +2 -2
- {fastadmin-0.2.3.dist-info → fastadmin-0.2.5.dist-info}/RECORD +6 -6
- {fastadmin-0.2.3.dist-info → fastadmin-0.2.5.dist-info}/LICENSE +0 -0
- {fastadmin-0.2.3.dist-info → fastadmin-0.2.5.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: fastadmin
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.5
|
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
|
@@ -274,7 +274,7 @@ Configure required settings using virtual environment variables:
|
|
274
274
|
|
275
275
|
|
276
276
|
|
277
|
-
Note: You can add these variables to .env and use python-dotenv to load them. See all settings <a href='#settings'>here</a>
|
277
|
+
Note: You can add these variables to .env and use python-dotenv to load them. See all settings <a href='https://vsdudakov.github.io/fastadmin#settings'>here</a>
|
278
278
|
|
279
279
|
|
280
280
|
|
@@ -22,7 +22,7 @@ fastadmin/api/service.py,sha256=hmTa6-7JOatqwhxkiRFwZ7FaTYQ6h18-eD33UwWFYq8,1802
|
|
22
22
|
fastadmin/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
23
23
|
fastadmin/models/base.py,sha256=1KN0Wir7Bc-DtdpualxYnMzQq2JSBBrvpw2E22sBWfU,26728
|
24
24
|
fastadmin/models/decorators.py,sha256=T1Dn1NTUEaFvsuV9EAEdBXODwVEFaQBSxdyicMvgwrU,2555
|
25
|
-
fastadmin/models/helpers.py,sha256=
|
25
|
+
fastadmin/models/helpers.py,sha256=gPgvjrR3wZaRC1gIc05Ah9tkgaxisgXjuLGvYXl4tY8,14117
|
26
26
|
fastadmin/models/orms/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
27
27
|
fastadmin/models/orms/django.py,sha256=uk2wxrJdEyAuf6NpZ6k8r79SBn6IDaXIidiGpU859Zg,16224
|
28
28
|
fastadmin/models/orms/ponyorm.py,sha256=ikuER0SjB0S64SLRuP7efprVaCrIJLH6Jg9TebCnDXg,17656
|
@@ -35,9 +35,9 @@ fastadmin/static/images/header-logo.svg,sha256=FfFOShL7p4EvggDS106VDcMzI_Oe7zAG7
|
|
35
35
|
fastadmin/static/images/sign-in-logo.svg,sha256=sD6YXIwT0kOvZTCGxyoUMiIoszXV77OBxFLvlZOYEeE,1359
|
36
36
|
fastadmin/static/index.html,sha256=J6YYi1W7Y-YHlAfdTjy4KOd_yMZy-UWMJZAFDe78eAI,613
|
37
37
|
fastadmin/static/index.min.css,sha256=219cuKBCK38b4RsJ-jBdTzdJ7OmSBqMmZGfpYfCb9b0,69757
|
38
|
-
fastadmin/static/index.min.js,sha256=
|
38
|
+
fastadmin/static/index.min.js,sha256=O8W0re7JLffiQJSz6oPBVsCNi9RNyfqrwvR2gsGfLHo,2975389
|
39
39
|
fastadmin/templates/index.html,sha256=WHIAqNmtJ_fHMgYrMHkUwsYxt4Xo6yMrieDODKDCN9Q,719
|
40
|
-
fastadmin-0.2.
|
41
|
-
fastadmin-0.2.
|
42
|
-
fastadmin-0.2.
|
43
|
-
fastadmin-0.2.
|
40
|
+
fastadmin-0.2.5.dist-info/LICENSE,sha256=-5Cmq6xd5DlFq8rhBcqGMi8Mlh_h-YVjKOYjnYk5dyM,1063
|
41
|
+
fastadmin-0.2.5.dist-info/METADATA,sha256=gNLxeqkGjmhzVSqNidtGCl4pMAOCD-CRrpBS4FS-s5g,11742
|
42
|
+
fastadmin-0.2.5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
43
|
+
fastadmin-0.2.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|