Jump to content

Main public logs

Combined display of all available logs of Sinfronteras. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:34, 12 February 2026 Adeloaleman talk contribs created page FastAPI (Created page with "FastAPI official documentation: https://fastapi.tiangolo.com Entrevista al creador de FastAPI SebastiĆ©n Ramirez: https://www.youtube.com/watch?v=QzuGFU6n_Gs To run the fastapi app: <syntaxhighlight lang="shell"> fastapi run main.py # With the new[standard] version - fastapi[standard]==0.112.0 uvicorn main:app --reload # It used to be done this way </syntaxhighlight> <br /> ==Deployment== https://fastapi.tiangolo.com/deployment/ '''Create the DNS records'''...")