用于显示有关Git / mercurial / SVN存储库的统计信息的站点(Python / Django)
Site for displaying statistical information about local Git repositories
python3 -m venv myvenv
<env_name>\scripts\activate.bat
source <env_name>/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
The repository will nwo appear in the list of repositories on the home page of the site.
When you click on a repository, there will be graphs that show statistics about that repository.
The commits in a repository need to loaded first before pychart can create meaningful graphs.
To do that, click the “Load Commits” button.
Loading a repository again will only reload the commits that have changed since the last time the commits were loaded.
You can clear the commit cache by clicking the “Reset Commits” button.