Re: Mobile website using Django

2010-11-18 Thread het.oosten
I have implemented a mobile site according the instructions on this site: http://www.packtpub.com/article/multiple-templates-in-django Same approach on this site: http://tech.agilitynerd.com/conditional-mobile-web-site-redirect-in-djang A different template is loaded for mobile users. When a user

Re: Mobile website using Django

2010-11-18 Thread Tim Sawyer
If it helps, I've used iui and now jquery mobile with Django. http://code.google.com/p/iui/ http://jquerymobile.com/ Some random scribblings of mine on jQueryMobile here: http://drumcoder.co.uk/blog/2010/nov/12/jquery-mobile-basics/ Tim. On 18/11/10 20:51, Helge wrote: Hi I wish to develop