Integrating Xero Python SDK with Django Framework
Sample Django Application Integrating https://github.com/XeroAPI/xero-python New Xero Python SDK.
- pythona manage.py runserver
- http://localhost:8000/login (This will check for oauth2 token availablity if not redirects to Xero Login Page
- Input your login credential
- Redirects you to Invoice Listing Page
- Click on "Create Invoice" menu to create invoices (Invoice details are static)
- Click on Logout this wil lead you to your xero login page again
Have used Free Account Client-ID & Client-Secret Please create your own Public OAuth2.0 App and get your Client-ID & Secret