Open
Description
Getting this error while coverage run and deployment on my linux-server:
App 3430 output: django.template.exceptions.TemplateSyntaxError: 'recaptcha3' is not a registered tag library. Must be one of: App 14170 output: ModuleNotFoundError: No module named 'snowpenguin'
Is there a other way to install that app in the settings?
I did like in the ReadMe in my settings.py:
'snowpenguin.django.recaptcha3',