You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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',
The text was updated successfully, but these errors were encountered:
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',
The text was updated successfully, but these errors were encountered: