villafleurie/rental
2020-04-08 10:54:48 +02:00
..
forms add forms folder, put forms into different files and renamed ReservationForm to BookingForm 2020-04-08 10:54:48 +02:00
migrations refactor models 2020-04-07 11:21:37 +02:00
models add send_confirmation and send_notificaiton methods to contact; add send_quotation method to booking; inject services in models and decoupled views 2020-04-08 10:48:52 +02:00
services clean calendar service 2020-04-07 17:24:56 +02:00
static/rental About page 2020-03-28 15:13:57 +01:00
tasks clean calendar service 2020-04-07 17:24:56 +02:00
templates/rental add send_confirmation and send_notificaiton methods to contact; add send_quotation method to booking; inject services in models and decoupled views 2020-04-08 10:48:52 +02:00
__init__.py architecture 2019-11-06 23:34:12 +01:00
admin.py refactor models 2020-04-07 11:21:37 +02:00
apps.py architecture 2019-11-06 23:34:12 +01:00
enums.py About page 2020-03-28 15:13:57 +01:00
tests.py add object manager to booking 2020-04-07 11:42:49 +02:00
urls.py refactor models 2020-04-07 11:21:37 +02:00
views.py add forms folder, put forms into different files and renamed ReservationForm to BookingForm 2020-04-08 10:54:48 +02:00