NOTE: Reposted from Blue Atlas Interactive Blog
Over the past four months I have been doing a lot of work in Python and Django. Naturally, while recently playing around with Appcelerator Titanium Desktop (which seems to have good Python support), I wanted to see how Django and Titanium would pair.
Assumptions
- Titanium installed - http://www.appcelerator.com/products/download/
- Django installed - http://docs.djangoproject.com/en/dev/topics/install/
What Worked
Over the course of a few hours, I was able to accomplish the following:
- Django Template integration
- Django ORM interaction
- Titanium Database communication with the Django DB (SQLite) defined in settings.py