Skip to content

Commit 48cb66b

Browse files
Make it eaier to enable recaptcha in dev
1 parent 6fb5a49 commit 48cb66b

File tree

1 file changed

+2
-4
lines changed
  • madewithwagtail/settings

1 file changed

+2
-4
lines changed

madewithwagtail/settings/dev.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@
4545
ALLOWED_HOSTS = ["*"]
4646

4747
CACHE_MIDDLEWARE_SECONDS = 0
48-
# Change these if you want to enable recaptcha on submissions form
49-
# https://github.com/springload/wagtail-django-recaptcha
50-
RECAPTCHA_PUBLIC_KEY = ""
51-
RECAPTCHA_PRIVATE_KEY = ""
48+
49+
# Disable captcha (if configured otherwise)
5250
NOCAPTCHA = False
5351

5452

0 commit comments

Comments
 (0)