django-cfg 1.2.18__py3-none-any.whl → 1.2.19__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.
- django_cfg/__init__.py +1 -1
- django_cfg/config.py +2 -1
- {django_cfg-1.2.18.dist-info → django_cfg-1.2.19.dist-info}/METADATA +1 -1
- {django_cfg-1.2.18.dist-info → django_cfg-1.2.19.dist-info}/RECORD +7 -7
- {django_cfg-1.2.18.dist-info → django_cfg-1.2.19.dist-info}/WHEEL +0 -0
- {django_cfg-1.2.18.dist-info → django_cfg-1.2.19.dist-info}/entry_points.txt +0 -0
- {django_cfg-1.2.18.dist-info → django_cfg-1.2.19.dist-info}/licenses/LICENSE +0 -0
django_cfg/__init__.py
CHANGED
django_cfg/config.py
CHANGED
@@ -19,7 +19,8 @@ LIB_HEALTH_URL = "/cfg/health/"
|
|
19
19
|
|
20
20
|
def get_maintenance_url(domain: str) -> str:
|
21
21
|
"""Get the maintenance URL for the current site."""
|
22
|
-
return f"{LIB_SITE_URL}/maintenance/{domain}/"
|
22
|
+
# return f"{LIB_SITE_URL}/maintenance/{domain}/"
|
23
|
+
return f"{LIB_DOCS_URL}/maintenance?site={domain}"
|
23
24
|
|
24
25
|
def get_default_dropdown_items() -> List[SiteDropdownItem]:
|
25
26
|
"""Get default dropdown menu items for Unfold admin."""
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: django-cfg
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.19
|
4
4
|
Summary: 🚀 Next-gen Django configuration: type-safety, AI features, blazing-fast setup, and automated best practices — all in one.
|
5
5
|
Project-URL: Homepage, https://djangocfg.com
|
6
6
|
Project-URL: Documentation, https://docs.djangocfg.com
|
@@ -1,7 +1,7 @@
|
|
1
1
|
django_cfg/README.md,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
django_cfg/__init__.py,sha256=
|
2
|
+
django_cfg/__init__.py,sha256=b1RNTbnScj7sTzukOJA9T2KTrXM-s0tfkIq0JPjq-ig,1631
|
3
3
|
django_cfg/apps.py,sha256=k84brkeXJI7EgKZLEpTkM9YFZofKI4PzhFOn1cl9Msc,1656
|
4
|
-
django_cfg/config.py,sha256=
|
4
|
+
django_cfg/config.py,sha256=ME-JKaVzcdmaGhuc1YTkEWoMKSaUasNf1SBlNz-NfrM,1399
|
5
5
|
django_cfg/urls.py,sha256=bpRFjMonQuk4UCUMxx4ueBX3YDNB7HXKFwEghQ3KR3o,793
|
6
6
|
django_cfg/apps/__init__.py,sha256=JtDmEYt1OcleWM2ZaeX0LKDnRQzPOavfaXBWG4ECB5Q,26
|
7
7
|
django_cfg/apps/urls.py,sha256=y10rWxIMf70GIO_QPXv59reFArkQhkvknKXTILgdvs0,2346
|
@@ -502,8 +502,8 @@ django_cfg/utils/path_resolution.py,sha256=C9As6p4Q9l3VeoVkFDRPQWGrzAWf8O8UxLVka
|
|
502
502
|
django_cfg/utils/smart_defaults.py,sha256=b6A1z7VO1NJGq0oUQXN5P97c3k_Ssgw6qUi0mK-4TlM,19786
|
503
503
|
django_cfg/utils/toolkit.py,sha256=Td8_iXNaftonF_xdZP4Y3uO65nuA_4_zditn5Q_Pfcw,23310
|
504
504
|
django_cfg/utils/version_check.py,sha256=jI4v3YMdQriUEeb_TvRl511sDghy6I75iKRDUaNpucs,4800
|
505
|
-
django_cfg-1.2.
|
506
|
-
django_cfg-1.2.
|
507
|
-
django_cfg-1.2.
|
508
|
-
django_cfg-1.2.
|
509
|
-
django_cfg-1.2.
|
505
|
+
django_cfg-1.2.19.dist-info/METADATA,sha256=yvMjdrDIOIqztqBJCz3OxOQV8DEC1xutxYmUQFMhAHI,38434
|
506
|
+
django_cfg-1.2.19.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
507
|
+
django_cfg-1.2.19.dist-info/entry_points.txt,sha256=Ucmde4Z2wEzgb4AggxxZ0zaYDb9HpyE5blM3uJ0_VNg,56
|
508
|
+
django_cfg-1.2.19.dist-info/licenses/LICENSE,sha256=xHuytiUkSZCRG3N11nk1X6q1_EGQtv6aL5O9cqNRhKE,1071
|
509
|
+
django_cfg-1.2.19.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|