Integrating xero with Django https://github.com/xeroAPI/xero-python
Create a free xero developer account or sign in at https://developer.xero.com/app/manage/ Create an xero app Get your Client-ID & Client-Secret
docker-compose build docker-compose up docker-compose run web python manage.py makemigrations docker-compose run web python manage.py migrate
http://localhost:8000/login Login to your xero account and authorise your app You will be redirected back to your app Select what report you would like to access Your data will be fetched in the terminal
Display data in templates Refresh tokens