healthchecks/hc/lib
Pēteris Caune 7836da6448
Update settings.py to allow subpath in SITE_ROOT
If SITE_ROOT contains a subpath
(e.g., "http://example.org/healthchecks"), settings.py now adjusts
FORCE_SCRIPT_NAME and STATIC_URL.

Also, hc.lib.urls.absolute_reverse() now recognizes subpath in
SITE_ROOT, and makes sure it does not show up twice in the
generated URLs.

cc: #1091
2024-12-04 10:37:52 +02:00
..
tests Update settings.py to allow subpath in SITE_ROOT 2024-12-04 10:37:52 +02:00
__init__.py Fix py2.7 2015-08-13 11:44:33 +03:00
badges.py Move absolute URL construction to hc.lib.urls.absolute_reverse() 2024-12-03 17:24:27 +02:00
curl.py Fix "class Foo(object):" -> "class Foo:" 2024-10-29 17:57:50 +02:00
date.py Fix "class Foo(object):" -> "class Foo:" 2024-10-29 17:57:50 +02:00
emails.py Improve type hints in hc.lib 2023-09-08 13:05:19 +03:00
html.py Improve type hints in hc.lib 2023-09-08 13:05:19 +03:00
matrix.py Improve type hints 2023-10-25 18:12:12 +03:00
s3.py Update hc.lib.s3 to retry failed requests *one time* 2024-07-17 17:26:49 +03:00
signing.py Bump django-stubs-ext to 5.0.0 2024-05-01 11:11:54 +03:00
statsd.py Disable a type warning related to statsd having no type hints yet 2024-05-01 11:39:20 +03:00
string.py Improve type hints and fix bugs revealed by type checker 2023-08-29 16:07:54 +03:00
typealias.py Move AuthenticatedHttpRequest to hc.accounts.http module 2023-10-21 18:16:48 +03:00
tz.py Implement legacy -> canonical timezone conversion 2024-06-14 12:55:57 +03:00
urls.py Update settings.py to allow subpath in SITE_ROOT 2024-12-04 10:37:52 +02:00
webauthn.py Fix "class Foo(object):" -> "class Foo:" 2024-10-29 17:57:50 +02:00