tags:

views:

39

answers:

2

I'm new to django-lean.

Does anyone know where are the reports generated by calling manage.py update_experiment_reports are stored?

A: 

I don't have django-lean installed, but based on experiments.reports, I would suggest looking at these two tables (even via the admin), DailyConversionReport and DailyEngagementReport.

John Paulett
A: 

You can access these reports via:

/admin/django-lean/<experiment_name>/

BryanWheelock