Skip to content

Commit

Permalink
Migrate resource to the new app
Browse files Browse the repository at this point in the history
  • Loading branch information
matti-lamppu committed Sep 19, 2024
1 parent 8476dae commit 78117a9
Show file tree
Hide file tree
Showing 32 changed files with 667 additions and 527 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
from datetime import timedelta

from reservation_units.models import Equipment, EquipmentCategory, Purpose, Qualifier
from resources.enums import ResourceLocationType
from resources.models import Resource
from spaces.models import Space, Unit
from tilavarauspalvelu.enums import ServiceTypeChoices
from tilavarauspalvelu.models import Service
from tilavarauspalvelu.enums import ResourceLocationType, ServiceTypeChoices
from tilavarauspalvelu.models import Resource, Service

from .utils import weighted_choice, with_logs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@
TaxPercentage,
)
from reservations.models import ReservationMetadataSet
from resources.models import Resource
from spaces.models import Unit
from tilavarauspalvelu.enums import TermsOfUseTypeChoices
from tilavarauspalvelu.models import Service, TermsOfUse
from tilavarauspalvelu.models import Resource, Service, TermsOfUse

from .create_seasonal_booking import _create_application_round_time_slots
from .utils import (
Expand Down
Loading

0 comments on commit 78117a9

Please sign in to comment.