Archives week 24 of 2011
June 13, 2011 - June 19, 2011
Dumb PyDoc Replacement for PyOpenGL
Written by
on
in
Snaking.
I have been using "standard" Pydoc (actually slightly hacked) to document PyOpenGL outside the man pages, but PyOpenGL is almost entirely composed of things that don't work well with the standard tools; functions are actually class instances that check for availability before attempting to call, "functions" are defined in "raw" modules then imported into their ...
Miscellaneous jQuery Mobile + Django tips
Written by
on
in
Snaking.
Some little tips on how to make your "normal" Django site work properly under jQuery mobile:
- as mentioned before, put your JQM setup code into a base template that all of your mobile pages extend, this means that users can go to any "normal" url and still get the jQuery effects loaded
- create a "content" ...