Archived in favor of The Hub
This webapp is used to track the WFDF Rules Accreditation of players participating in the tournaments in India conducted by the UPAI
Captains and Admins of teams can login using their India Ultimate login credentials and upload accreditation information for the players participating in a tournament on their team. Admins can fill-in the information in batches, as and when they are able to collect information from the players.
Each event has a page that displays the accreditation status of all players participating in the tournament, along with some team-wise statistics. Event co-ordinators and SOTG committee can audit the accreditation information by looking at each events' page.
This web-app is developed using Python (3.6) and Django and is deployed on Heroku
pip install -r requirements.txt
.
We recommend using a virtualenv
for development.python manage.py runserver
.python manage.py createsuperuser
.Once you have made changes to the local repo, deploying your changes to Heroku
should be as simple as pushing commits to Heroku via git push heroku master
You can view the current status of your deploy via 'heroku logs --tail'
Contributions welcome, please send us a pull request, or raise an issue.
The sotg-accreditation-tracker
is licensed under the AGPLv3. See the LICENSE
file for more information.