healthchecks_healthchecks/hc/front
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
..
management Improve type hints in the pygmentize management command 2024-05-01 11:34:39 +03:00
migrations Login works, stubbed out canary index page 2015-06-11 23:44:49 +03:00
templatetags Update settings.py to allow subpath in SITE_ROOT 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 Login works, stubbed out canary index page 2015-06-11 23:44:49 +03:00
admin.py Remove unused imports, cleanup. 2020-04-07 10:08:20 +03:00
context_processors.py Improve type hints 2023-10-26 08:35:06 +03:00
decorators.py Fix type warnings, improve type hints in hc.front.views 2023-09-06 11:18:47 +03:00
forms.py Fix Trello integration (token regexp too specific) (#1094) 2024-12-02 11:31:02 +02:00
models.py Remove unused imports, cleanup. 2020-04-07 10:08:20 +03:00
urls.py Remove LINE Notify onboarding form 2024-10-08 09:13:03 +03:00
validators.py Fix "class Foo(object):" -> "class Foo:" 2024-10-29 17:57:50 +02:00
views.py Move absolute URL construction to hc.lib.urls.absolute_reverse() 2024-12-03 17:24:27 +02:00