I'm trying to follow the steps described on https://airbrake.io/docs/installing-airbrake/installing-airbrake-in-a-python-app/#configuration to configure Airbrake for a Django project. In particular,
To configure pybrake you will need your Airbrake project’s
id
andapi_key
, these are available from your project’s settings page.
I'm browsing around on the project's page on airbrake.io, but for the life of me, I can't find any "settings page". How do I find these keys?