Category "sanic"

How can I use jinja2 in python sanic?

According to my search. There are two main views: Install and use the sanic_jinja2 Just use the jinja2 But above two methods didn't work to me(Maybe it's my fau

IB_insync - Sanic error after one successful order preventing any further orders

I'm writing an API using ib_insync, Sanic and ngrok to forward webhook signals from Tradingview onto Interactive Brokers. It works on only the first attempt and

How to call another Sanic Application from One

I have two Python web frameworks (Sanic) deployed separately in a microservice architecture. How can I call the endpoints of Framework A inside Framework B? I a