Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 07f5cb2

Browse files
author
Iain MacKay
committed
Upgrade wagtail version
1 parent a7d133f commit 07f5cb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178

179179
# Base URL to use when referring to full URLs within the Wagtail admin backend -
180180
# e.g. in notification emails. Don't include '/admin' or a trailing slash
181-
BASE_URL = 'http://example.com'
181+
WAGTAILADMIN_BASE_URL = 'http://example.com'
182182

183183
# WAGTAILIMAGES_IMAGE_MODEL = 'wagtailapiimagerendition.CustomImage'
184184
WAGTAIL_USAGE_COUNT_ENABLED = True

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Django~=4.0
2-
wagtail~=2.16
2+
wagtail~=3.0
33
psycopg2>=2.8,<2.9
44
python-crontab>=2.5,<2.6
55
django-cors-headers>=3.5,<3.6

0 commit comments

Comments
 (0)