A website where users can play on Pong tournaments. Final project of the 42school roadmap
We are using Python 3.12.3 for the development. It is recommended to use this version.
pip install -r requirements.txt
python manage.py runserver
python manage.py migrate
python manage.py makemigrations