Commit graph

172 commits

Author SHA1 Message Date
Ruidy
738971ca2d fix eventlistener 2021-01-28 21:57:28 +01:00
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
Ruidy
a91914a640
🎨 Fix UI (#4)
* fix cta button

* edit detail text

* set fullcalendar

* fix reservation bug
2020-07-25 16:00:58 +02:00
e6235e72cc chore: clean code 2020-06-13 18:12:10 +02:00
f4f353a44c chore: update gitignore 2020-06-13 17:50:39 +02:00
cb24a97124 fix: import handle booking form in view 2020-06-09 22:35:02 +02:00
43da7d4645 tests edit 2020-06-09 22:11:29 +02:00
dependabot[bot]
c553fb97ea
Bump django from 3.0.5 to 3.0.7 (#3)
Bumps [django](https://github.com/django/django) from 3.0.5 to 3.0.7.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.0.5...3.0.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-09 22:10:14 +02:00
dependabot[bot]
4ed322918c
Bump httplib2 from 0.17.1 to 0.18.0 (#2)
Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.17.1 to 0.18.0.
- [Release notes](https://github.com/httplib2/httplib2/releases)
- [Changelog](https://github.com/httplib2/httplib2/blob/master/CHANGELOG)
- [Commits](https://github.com/httplib2/httplib2/compare/v0.17.1...v0.18.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-09 22:09:51 +02:00
1f9531d2d8 tests 2020-06-09 22:06:34 +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
2833cf0652 add forms folder, put forms into different files and renamed ReservationForm to BookingForm 2020-04-08 10:54:48 +02:00
fed5732204 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
835fd664bf clean calendar service 2020-04-07 17:24:56 +02:00
431a041db3 add is_available method to place and update_calendar to BookingManager 2020-04-07 17:05:26 +02:00
0c196ce5e5 created calendar service 2020-04-07 12:30:25 +02:00
43aa651e92 add object manager to booking 2020-04-07 11:42:49 +02:00
9a9bc57a34 booking price test case 2020-04-07 11:26:37 +02:00
771e8b7627 refactor models 2020-04-07 11:21:37 +02:00
40e4153ad8 update readme; todo in separate file 2020-04-07 10:46:21 +02:00
c5c1896ef1 update Pillow 2020-04-02 19:01:09 +02:00
958dfd06c8 MixPanel; Google Analytics; Google Serach COnsole 2020-03-31 19:07:01 +02:00
7c28500c8f - 2020-03-31 15:49:56 +02:00
58f400d5e7 scrapping comments 2020-03-31 10:54:51 +02:00
59d69cb0fb travis 2020-03-28 16:39:24 +01:00
3c7ed1a82f - 2020-03-28 15:52:46 +01:00
f0fd02c8e2 hook mail 2020-03-28 15:49:25 +01:00
f80a51b492 About page 2020-03-28 15:13:57 +01:00
28a06bb2be Enums for choice fields; static files cleaning 2020-03-28 14:50:57 +01:00
0f76c54a38 Enums for choice fields; static files cleaning 2020-03-28 14:50:29 +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
a85bba3a11 add thank you page after contact 2020-03-28 07:50:48 +01:00
f41e0e081d mailing 2020-03-07 11:10:21 +01:00
327a1c64bd mailing 2020-03-07 09:50:54 +01:00
4923c26313 upgraded to django 3.0.4 2020-03-06 19:44:40 +01:00
d7db05769f refactoring 2020-02-01 13:06:50 +01:00
45bbbbc659 Django update for security 2020-01-17 09:54:49 +01:00
33b281d9b7 mail templates 2020-01-03 20:30:32 +01:00
e8ea95fc87 mail templates 2020-01-03 18:06:04 +01:00
c9ce373a4d calendar api request 2020-01-03 16:12:07 +01:00
eea16b3eb0 added celery task queue 2020-01-03 13:10:06 +01:00
5f6a3f752e Deployed succesfully 2020-01-02 22:50:08 +01:00
97a4f5e02f db migrations 2020-01-02 22:20:56 +01:00
828deb545d db sequence cleaning 2020-01-02 18:12:54 +01:00
1793ea0d8b Stage to Vultr 2020-01-02 17:13:18 +01:00