A django application about Sports Fixture Management
##FrontEnd
Fixture: https://sports-fixture.herokuapp.com/
Team list: https://sports-fixture.herokuapp.com/team_list
Team details: https://sports-fixture.herokuapp.com/team_details/1/
Player list: https://sports-fixture.herokuapp.com/player_list
##Backend
Login credentials:
Email: admin@example.com
Password: adminpass
login: https://sports-fixture.herokuapp.com/admin/login
Dashboard: https://sports-fixture.herokuapp.com/admin/
Team:
https://sports-fixture.herokuapp.com/admin/team_list
https://sports-fixture.herokuapp.com/admin/team_edit/1/
https://sports-fixture.herokuapp.com/admin/team_create
Player:
https://sports-fixture.herokuapp.com/admin/player_list
https://sports-fixture.herokuapp.com/admin/player_edit/1/
https://sports-fixture.herokuapp.com/admin/player_create
Fixture:
https://sports-fixture.herokuapp.com/admin/fixture_list
https://sports-fixture.herokuapp.com/admin/fixture_create/
https://sports-fixture.herokuapp.com/admin/fixture_edit/39/
##REST API
https://sports-fixture.herokuapp.com/api/fixture/player_list
https://sports-fixture.herokuapp.com/api/fixture/team_list
https://sports-fixture.herokuapp.com/api/fixture/match_fixture_list
##TestCase
Unittest for Fixture model flow.
python manage.py test