Skip to content

Commit

Permalink
Rework of booking module to create groups that can manage rooms (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien4215 authored Oct 18, 2023
1 parent 61ace97 commit 81bdd1b
Show file tree
Hide file tree
Showing 13 changed files with 1,018 additions and 740 deletions.
4 changes: 2 additions & 2 deletions app/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
amap,
associations,
auth,
bdebooking,
booking,
calendar,
campaign,
cinema,
Expand All @@ -27,7 +27,7 @@
api_router.include_router(amap.router)
api_router.include_router(associations.router)
api_router.include_router(auth.router)
api_router.include_router(bdebooking.router)
api_router.include_router(booking.router)
api_router.include_router(calendar.router)
api_router.include_router(campaign.router)
api_router.include_router(cinema.router)
Expand Down
152 changes: 0 additions & 152 deletions app/cruds/cruds_bdebooking.py

This file was deleted.

Loading

0 comments on commit 81bdd1b

Please sign in to comment.