Bootcamp an public social network Technology Stack Basic Commands To run the tests $ uv run manage.py test To run the server $ uv run manage.py migrate $ uv run manage.py runserver To compile i18n messages $ uv run manage.py makemessages -l zh_Hans $ uv run manage.py compilemessages -l zh_Hans