Archives week 26 of 2011
June 27, 2011 - July 3, 2011
Django + JQuery Mobile Quick Start Tutorial
Written by
on
in
Snaking.
I've uploaded a tutorial and a very minimal library for creating JQuery Mobile sites with Django. It's actually the first time I've used PyPI's documentation hosting system, mostly because Launchpad doesn't have a web-page hosting mechanism. The library (django-jqm) is not intended to be a platform for creating "real" sites, it's just a bunch of ...
JQuery Mobile Django Baseline
Written by
on
in
Snaking.
Playing with a JQuery Mobile baseline template for Django this afternoon. Just a set of templates, urls, static files, etceteras which give a "mobile app-like" base from which to begin development in a new project. I'm not particularly satisfied with it yet; I coded it directly into a "regular" app, and it really should have ...