DjangoGirls / djangogirls

Website for DjangoGirls.org
http://djangogirls.org/
BSD 3-Clause "New" or "Revised" License
462 stars 283 forks source link

AttributeError: 'Settings' object has no attribute 'RECAPTCHA_TESTING' #695

Closed sentry-io[bot] closed 2 years ago

sentry-io[bot] commented 2 years ago

Sentry Issue: DJANGO-GIRLS-WEBSITE-2H

AttributeError: 'Settings' object has no attribute 'RECAPTCHA_TESTING'
(4 additional frame(s) were not displayed)
...
  File "django/views/generic/base.py", line 97, in dispatch
    return handler(request, *args, **kwargs)
  File "django/views/generic/edit.py", line 140, in post
    form = self.get_form()
  File "django/views/generic/edit.py", line 33, in get_form
    return form_class(**self.get_form_kwargs())
  File "contact/forms.py", line 32, in __init__
    if settings.RECAPTCHA_TESTING:
  File "django/conf/__init__.py", line 80, in __getattr__
    val = getattr(self._wrapped, name)
amakarudze commented 2 years ago

This must have happened during the upgrade period. Checked the contact page is working so closing this now.