Question

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!

Was it helpful?

Solution

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.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top