wagtail-bakerydemo/bakerydemo
Matt Westcott 2ba19b0203 Comment out django_debug_toolbar settings from dev settings
The current version (4.4.2) of django-debug-toolbar aborts when running ./manage.py test with the toolbar enabled. While bakerydemo doesn't have any tests, .github/workflows/docker.yml runs this anyway, presumably as a sort of sanity check, and thus we need to properly disable django-debug-toolbar rather than just leaving it inactive via INTERNAL_IPS.

(The `__debug__` route is still defined in bakerydemo.urls, but this seems to be harmless.)
2024-06-12 14:01:03 +02:00
..
base Reformat bakerydemo/base/models.py 2024-05-30 12:08:06 +01:00
blog Fix breadcrumbs missing on blog tag index 2023-10-03 15:18:48 +01:00
breads Fix verbose name of user-facing models 2024-05-17 13:18:27 +01:00
locations Fix abbreviations on weekday names 2024-02-01 08:00:08 +10:00
media
recipes Use MultipleChooserPanel instead of InlinePanel in BlogPage and RecipePage 2023-08-25 16:25:35 +01:00
search Update import of Query model to search_promotions 2023-05-10 11:30:44 +01:00
settings Comment out django_debug_toolbar settings from dev settings 2024-06-12 14:01:03 +02:00
static Upgrade to Node 20 & Upgrade npm packages (#463) Fix #462 2023-12-16 00:09:16 +00:00
templates Replace image tags with picture tags 2024-02-01 08:01:53 +10:00
__init__.py
api.py
urls.py Enable Wagtail’s dynamic image serve view 2023-08-11 13:30:55 +01:00
wsgi.py