In Django, what is the best way to manage both a mobile and desktop site?

Posted by alex on Stack Overflow See other posts from Stack Overflow or by alex
Published on 2010-03-07T16:18:48Z Indexed on 2010/04/25 16:03 UTC
Read the original article Hit count: 121

Filed under:
|
|
|
|

I'd like everything to function correctly, except when it's mobile, the entire site will used a set of specific templates.

Also, I'd like to autodetect if it's mobile. If so, then use that set of templates throughout the entire site.

© Stack Overflow or respective owner

Related posts about django

Related posts about python