Commit graph

7 commits

Author SHA1 Message Date
Ruidy
2ad33ca153
🏭 Refactor Handle Booking form function (#9)
* 🧹refactor: improve handle_booking readability

I removed the try except IntegrityError.
This should be taken care of in the model/data layer.

* doc: update comments
2020-07-31 13:47:51 +02:00
Ruidy
780188e7d6
Refactor (#7)
* crete setting module to split prod and dev configs

* fix calendar midmatch

* lint imports using isort

* doc: add doctrings
2020-07-31 08:02:10 +02:00
e6235e72cc chore: clean code 2020-06-13 18:12:10 +02:00
835fd664bf clean calendar service 2020-04-07 17:24:56 +02:00
7c28500c8f - 2020-03-31 15:49:56 +02:00
f0fd02c8e2 hook mail 2020-03-28 15:49:25 +01:00
fd74cb80d7 mailers modules added GMailer,APIMailer; inject Mailer service in views; Contact model created and registered; 2020-03-28 10:59:06 +01:00