Skip to content

Commit 35346e4

Browse files
committed
Add wagtail docs
1 parent 75e37fe commit 35346e4

File tree

5 files changed

+163538
-7
lines changed

5 files changed

+163538
-7
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-added-large-files
11-
args: ['--maxkb=5000']
11+
args: ['--maxkb=30000']
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
1313
rev: v0.7.3
1414
hooks:

config/wagtail/wagtail_settings.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,12 @@
155155
# Using DatabaseCache to make sure that the cache is cleared between tests.
156156
# This prevents false-positives in some wagtail core tests where we are
157157
# changing the 'wagtail_root_paths' key which may cause future tests to fail.
158-
CACHES = {
159-
"default": {
160-
"BACKEND": "django_mongodb_backend.cache.MongoDBCache",
161-
"LOCATION": "cache",
162-
}
163-
}
158+
# CACHES = {
159+
# "default": {
160+
# "BACKEND": "django_mongodb_backend.cache.MongoDBCache",
161+
# "LOCATION": "cache",
162+
# }
163+
# }
164164

165165
PASSWORD_HASHERS = (
166166
"django.contrib.auth.hashers.MD5PasswordHasher", # don't use the intentionally slow default password hasher

0 commit comments

Comments
 (0)