Re: Django decision for tour reservation database

2015-12-15 Thread Tyler Kelly
I was very new to python and its frameworks a couple months ago and ran into a similar roadblock. For my first site I used Django and it was very time consuming and understanding the file structure took me a long time (mostly due to the fact that I was very impatient at the time due to time con

Re: Django decision for tour reservation database

2015-12-15 Thread graeme
If in doubt use the full stack framework - you do not have to use features you do not want. On the other hand if you use a micro-framework and later decide you need the features of the full stack framework you have to port your code. I suggest using PostgreSQL instead of MySQL - it handles thi

Re: Django decision for tour reservation database

2015-12-14 Thread Billu
On Sunday, 13 December 2015 20:04:05 UTC+5:30, Tourmaster wrote: > > I want to put a single database on a server available to the office, > outside agents and customers who will reserve a seat, select upgrades, > agree to price and deposits and receive an email confirmation. > > Is this a job fo

Django decision for tour reservation database

2015-12-13 Thread Tourmaster
I'm a tour operator scheduling 3 trips a day. Currently I manage my bookings by phone using MS Access and have a reservation service linked to my wordpress site who sends me reports by email. I want to put a single database on a server available to the office, outside agents and customers who