Skip to content

Commit 8418108

Browse files
committed
📝 docs: update CLAUDE.md versions to Django 5.2 and Wagtail 7.2
1 parent 9c6828d commit 8418108

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CLAUDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
44

55
## Project Overview
66

7-
This is the Python Ireland (python.ie / pycon.ie) website, built with Django 5.0 and Wagtail CMS 6.2. It manages content for the Python Ireland community including meetups, sponsors, speakers, and PyCon talks/sessions.
7+
This is the Python Ireland (python.ie / pycon.ie) website, built with Django 5.2 and Wagtail CMS 7.2. It manages content for the Python Ireland community including meetups, sponsors, speakers, and PyCon talks/sessions.
88

99
### Python Version
1010

@@ -42,8 +42,8 @@ Always specify settings module: `--settings=pythonie.settings.dev` (or `tests`,
4242

4343
### Key Dependencies
4444

45-
- Django ~5.1.0
46-
- Wagtail ~6.3.0 (CMS framework)
45+
- Django ~5.2.0
46+
- Wagtail ~7.2.0 (CMS framework)
4747
- Redis (caching, configured via `REDISCLOUD_URL`)
4848
- WhiteNoise (static file serving)
4949
- boto3/django-storages (S3 integration)

0 commit comments

Comments
 (0)