Skip to content

Commit

Permalink
Migrate reservation models to the new app
Browse files Browse the repository at this point in the history
  • Loading branch information
matti-lamppu committed Sep 27, 2024
1 parent 6b2b400 commit 354e2ed
Show file tree
Hide file tree
Showing 259 changed files with 5,232 additions and 4,030 deletions.
2 changes: 1 addition & 1 deletion actions/application_round.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from django.db import models

from applications.enums import ApplicationRoundStatusChoice
from reservations.models import RecurringReservation, Reservation
from tilavarauspalvelu.models import RecurringReservation, Reservation

if TYPE_CHECKING:
from applications.models import ApplicationRound
Expand Down
322 changes: 0 additions & 322 deletions actions/recurring_reservation.py

This file was deleted.

11 changes: 0 additions & 11 deletions actions/rejected_occurrence.py

This file was deleted.

Loading

0 comments on commit 354e2ed

Please sign in to comment.