Skip to content

Commit

Permalink
Merge pull request #50 from Nihongo-Jouzu/46-feature-endpoint-for-sco…
Browse files Browse the repository at this point in the history
…reboard

46 feature endpoint for scoreboard
  • Loading branch information
FilippoQuattrocchi authored Sep 13, 2024
2 parents f80d58e + 71401fd commit 8b269d2
Show file tree
Hide file tree
Showing 15 changed files with 509 additions and 434 deletions.
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"ms-python.black-formatter"
]
}
13 changes: 13 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": "always"
}
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"black-formatter.args": ["--line-length", "100"]
}
4 changes: 2 additions & 2 deletions backend/api/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@


class ApiConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'api'
default_auto_field = "django.db.models.BigAutoField"
name = "api"
Loading

0 comments on commit 8b269d2

Please sign in to comment.