Skip to content

Commit

Permalink
Remove games app. Rewrite ER Diagram. (#566)
Browse files Browse the repository at this point in the history
Co-authored-by: Konstantin Raikhert <[email protected]>
  • Loading branch information
InKLaR1TY and KonstantinRaikhert authored Oct 7, 2024
1 parent a26618b commit b04e2c0
Show file tree
Hide file tree
Showing 23 changed files with 10 additions and 1,685 deletions.
1 change: 0 additions & 1 deletion adaptive_hockey_federation/core/config/base_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"competitions.apps.CompetitionsConfig",
"analytics.apps.AnalyticsConfig",
"unloads.apps.UnloadsConfig",
"games.apps.GamesConfig",
]

INSTALLED_APPS = EXTERNAL_APPS + DEFAULT_APPS + LOCAL_APPS
Expand Down
1 change: 0 additions & 1 deletion adaptive_hockey_federation/core/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
path("", include("competitions.urls", namespace="competitions")),
path("", include("analytics.urls", namespace="analytics")),
path("", include("unloads.urls", namespace="unloads")),
path("", include("games.urls", namespace="games")),
path("__debug__/", include("debug_toolbar.urls")),
path("auth/", include("django.contrib.auth.urls")),
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
Expand Down
Empty file.
135 changes: 0 additions & 135 deletions adaptive_hockey_federation/games/admin.py

This file was deleted.

9 changes: 0 additions & 9 deletions adaptive_hockey_federation/games/apps.py

This file was deleted.

54 changes: 0 additions & 54 deletions adaptive_hockey_federation/games/constants.py

This file was deleted.

Loading

0 comments on commit b04e2c0

Please sign in to comment.