I'm running a Django application using Gunicorn and I'm not sure where to put the Supertokens-init-function. I put it in wsgi.py, which does not seem to work. When I try to authenticate, I get the error: supertokens_python.exceptions.GeneralError: No SuperTokens core available to query
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).