FM Analytics is a web-app in progress that allows users to upload game data from the Football Manager series, and have it stored, processed and analysed. It will rely on using a particular Steam Workshop item to standardise the format of the game data. The sampleData
folder has examples of the game data that gets processed.
$ls
should show the manage.py
file.
$ pip install -r requirements.txt
$ python manage.py runserver
homePage
handles the home view and the various authentication processesmainApp
handles the CRUD operations and data analysis