Mage backend code is written in Python 🐍 and our server uses the Tornado 🌪️ framework. Here are some guides on adding features to the Mage backend.
flake8
in your IDE to lint the Python code.
To run the linter locally, execute this script:
docker container ls
in a terminal:bash
session with the backend server container:breakpoint()
, add the following line to your code where you
want a debug:
docker ps
and look in the NAMES
column.