Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1 KB

README.md

File metadata and controls

22 lines (18 loc) · 1 KB

ana

Build Status

Ana is a simple Django app the you can add to your Django project to handle analytics. Ana provides models and api endpoints that allows you to record analytics for different actions in your application with up to 3 fields including the action label. Ana also provides a beautiful dashboard that displays graphs of your recorded data as well as powerful api endpoints that allows you to fetch data so you can build your own custom dashboard if you want.

Contributing

Thanks for wanting to contribute to this project! Please follow these steps:

  1. Open an issue in this repository about the contribution to be made
  2. Fork and clone this repository
  3. Install dependencies (pip install -r requirements.txt)
  4. Add your contributions ❤️
  5. Write tests for your added contributions
  6. Open a pull request to this repository