Skip to content

Commit

Permalink
remove old/unused bar app
Browse files Browse the repository at this point in the history
  • Loading branch information
tykling committed Oct 6, 2024
1 parent 46e2f18 commit edfea2c
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 250 deletions.
Empty file removed src/bar/__init__.py
Empty file.
15 changes: 0 additions & 15 deletions src/bar/admin.py

This file was deleted.

5 changes: 0 additions & 5 deletions src/bar/apps.py

This file was deleted.

64 changes: 0 additions & 64 deletions src/bar/migrations/0001_initial.py

This file was deleted.

27 changes: 0 additions & 27 deletions src/bar/migrations/0002_auto_20170916_2128.py

This file was deleted.

30 changes: 0 additions & 30 deletions src/bar/migrations/0003_auto_20180318_0906.py

This file was deleted.

Empty file removed src/bar/migrations/__init__.py
Empty file.
32 changes: 0 additions & 32 deletions src/bar/models.py

This file was deleted.

61 changes: 0 additions & 61 deletions src/bar/templates/bar_menu.html

This file was deleted.

13 changes: 0 additions & 13 deletions src/bar/views.py

This file was deleted.

1 change: 0 additions & 1 deletion src/bornhack/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"teams",
"people",
"tickets",
"bar",
"backoffice",
"events",
"rideshare",
Expand Down
2 changes: 0 additions & 2 deletions src/bornhack/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from django.urls import path
from django.views.generic import TemplateView

from bar.views import MenuView
from camps.views import CampDetailView
from camps.views import CampListView
from camps.views import CampRedirectView
Expand Down Expand Up @@ -149,7 +148,6 @@
path("program/", include("program.urls", namespace="program")),
path("sponsors/", SponsorsView.as_view(), name="sponsors"),
path("map/", MapView.as_view(), name="maps_map"),
path("bar/menu/", MenuView.as_view(), name="menu"),
path(
"villages/",
include(
Expand Down

0 comments on commit edfea2c

Please sign in to comment.