villafleurie/rental
2020-06-09 22:35:02 +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 tests 2020-06-09 22:06:34 +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 tests 2020-06-09 22:06:34 +02:00
tests tests edit 2020-06-09 22:11:29 +02:00
views fix: import handle booking form in view 2020-06-09 22:35:02 +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
urls.py add views booking, contact, place files; update urls.py accordingly 2020-04-08 11:30:21 +02:00