Skip to content

Commit

Permalink
Replace captcha with django_recaptcha on INSTALLED_APPS
Browse files Browse the repository at this point in the history
  • Loading branch information
katdom13 committed Nov 24, 2023
1 parent d95461e commit 6b72e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testapp/testapp/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

INSTALLED_APPS = wagtail_apps + [
"home",
"captcha",
"django_recaptcha",
"wagtailcaptcha",
"modelcluster",
"taggit",
Expand Down

0 comments on commit 6b72e82

Please sign in to comment.