Settings

You must set REPO_STATS_GITHUB_TOKEN in your project settings to your github access token so that you can get statistics.

The default settings are;

REPO_STATS_COMMIT_DAYS = -30

REPO_STATS_CLOSED_DAYS = -30

Commits

The stats include the number of commits since a given day, where the default for REPO_STATS_COMMIT_DAYS is 30 days ago.

Closed issues

The stats include the number of closed issues since a given day, where the default for REPO_STATS_CLOSED_DAYS is 30 days ago.