Upgrade to Django 6.0 and Wagtail 7.4 (33eb5d0c) · Commits · Sturm / J Ward website · GitLab
Ben Sturmfel
·
2026-06-30
·
via Ben Sturmfels activity
| Original line number |
Diff line number |
Diff line |
|
|
# Needs Foundation removed
|
|
|
|
|
|
**March 2026**: Similar to Brown Hill, this needs most/all of Foundation to be stripped out. |
|
|
**Mar 2026**: All of Foundation JS and much of Foundation CSS has been removed, leaving the XY Grid and core Foundation styles. Needs a final step to convert these either to Tachyons (simpler and possibly could only take the bits we need) or Tailwind (mainstream, but requires build). Brown Hill is in a similar situation but has more complicated nested menus.
|
|
|
|
| Original line number |
Diff line number |
Diff line |
|
@@ -54,6 +54,7 @@ INSTALLED_APPS = [ |
|
|
'django.contrib.contenttypes',
|
|
|
'django.contrib.sessions',
|
|
|
'django.contrib.messages',
|
|
|
'django.contrib.postgres',
|
|
|
'django.contrib.sites',
|
|
|
'django.contrib.staticfiles',
|
|
|
|
|
|
| Original line number |
Diff line number |
Diff line |
|
|
Django==5.2.12 # Django 6 requires Python >= 3.12 which isn't yet on Guix
|
|
|
wagtail==7.3.1
|
|
|
Django==6.0.6
|
|
|
wagtail==7.4.2
|
|
|
|
|
|
# Considered switching to whitenoise. Compressor's file concatenation is no
|
|
|
# longer useful with HTTP2, though the minification could be if it were enabled
|
|
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。