Big refactoring.
- clubs, booking platforms and user are now defined in customization files -> there are less environment variables - the responsibility of the session moved - booking cancellation is available
This commit is contained in:
parent
dbda5a158e
commit
0938fb98b7
27 changed files with 3050 additions and 696 deletions
|
@ -1,8 +1,9 @@
|
|||
from resa_padel.gestion_sports.payload_builders import (
|
||||
from payload_builders import (
|
||||
GestionSportsBookingPayloadBuilder,
|
||||
GestionSportsLoginPayloadBuilder,
|
||||
GestionSportsUsersBookingsPayloadBuilder,
|
||||
)
|
||||
|
||||
from tests.fixtures import a_booking_filter, a_club, a_user
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue