Commit graph

9 commits

Author SHA1 Message Date
Ruidy
c778eaf8e2 add payment page 2021-01-28 21:43:53 +01:00
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
c55ff54032
refactor: improve readability (#8) 2020-07-31 08:23:03 +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
cb24a97124 fix: import handle booking form in view 2020-06-09 22:35:02 +02:00
5edc4fc675 bookingform debug; cleaning requirements 2020-04-08 12:26:00 +02:00
cb840433de add views booking, contact, place files; update urls.py accordingly 2020-04-08 11:30:21 +02:00
19915c83a9 add views folder, put template and error views to their own files; update urls.py and html templates accordingly 2020-04-08 11:18:18 +02:00