Pergunta

I've made a desktop-friendly django app and would prefer not to have to rewrite all of the html/css to allow proper view on mobile browsers.

I'm on django 1.5 and python 2.7

Is there a package or library or quicker way to efficiently create a mobile version of my django (web) app instead of having to re-write a whole new template with html/css ?

Thank you!

Foi útil?

Solução

In a word, no. You're going to have to rewrite most of your templates to be "responsive" to smaller (mobile) screen sizes.

I'd recommend Bootstrap for your HTML5/CSS3 framework. Easy to get started, easy to extend.

Outras dicas

Use the bootstrap. I developed the django app too using the bootstrap and it works fine in all smartphone, tablet and desktop devices.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top