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 will reserve a seat, select upgrades, agree to price and deposits and receive an email confirmation.
I've done Python programing before and just installed Django and SQLite on Yosemite for development of a simple stand alone web app duplicating the Access functions then linking to the website after migrating to MySql then dropping my online reservation service
I'm looking for packages now if anyone can recommend a calendar based scheduler but I'm also reconsidering if Django is the the best framework since I'm not looking at complete site and may not need a full stack.
Is this a job for a lighter framework? Also, I may want to go mobile in the future.