Entries tagged "Titanium"

Pairing Django and Titanium in a Desktop App

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

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

Links

Read More ยป