Skip to content

Commit c14266c

Browse files
IdirLISNObada Haddad
authored andcommitted
scoring route ok
1 parent 5b780d3 commit c14266c

28 files changed

Lines changed: 219 additions & 1352 deletions

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ services:
2929
command: ["python manage.py migrate --no-input && python manage.py collectstatic --no-input && cd /app/src && watchmedo auto-restart -p '*.py' --recursive -- python3 ./gunicorn_run.py"]
3030
environment:
3131
- DATABASE_URL=postgres://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}
32-
- PYTHONUNBUFFERED=1
3332
env_file: .env
3433
volumes:
3534
- .:/app:delegated

src/apps/competitions/tasks.py

Lines changed: 219 additions & 96 deletions
Large diffs are not rendered by default.

tests/.python-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/README.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

tests/config/config.toml

Lines changed: 0 additions & 18 deletions
This file was deleted.

tests/main.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/pyproject.toml

Lines changed: 0 additions & 14 deletions
This file was deleted.

tests/pytest.ini

Lines changed: 0 additions & 7 deletions
This file was deleted.

tests/test_account_creation.py

Lines changed: 0 additions & 102 deletions
This file was deleted.

tests/test_auth.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)