Site to displaying School 21 tribe tournaments in real time.
Описание на русском здесь
Stack: Python
, SQL
, Docker
Libs and frameworks: Django
, DjangoORM
, asyncio
, aiohttp
/
- home page (now pass)/tournaments/
- all traffic directed to this application
Main MTV
web application.
- Creates pages to users requests
- Creates models fo
SQL
DB usingDjango ORM
- Uses data from the DB to generate pages
Must get actual information from School API and update DB
Main and single database for all data
- Must display KZN campus tribe tournament.
- Must work fast and look okay.
- Must display current tournament in live time.