Online offline Python apps
Is there a best practice, tutorials, examples out there that demenstrates the best ways to create an offline mode of a python app that gets and sends its data to a remote database. I have tried creating my own via json API to mysql and using sqlalchemy SQLite and mysql. Everything I seem to come up with is buggy and or extremely ugly -- https://mail.python.org/mailman/listinfo/python-list
Django Calendar
Does anyone know of an easy to follow guide/tutorial to follow. I am trying to implement a calendar into my app that works as a job rota for employees. I have tried using django-scheduler and creating htmlcalendar but can not get either method to work -- https://mail.python.org/mailman/listinfo/python-list