Django App Integration

This is a minimal Django app showing how to integrate with Amberflo.

Check out the sample at the Python SDK repo.

Highlights

The interesting code is in the my_proj.amberflo module.

It contains a decorator for counting API calls by customer, and a middleware for recording the processing time of the API calls.