RE: Responsive design

2013-09-29 Thread Babatunde Akinyanmi
ican.mumu.com.ng Sent from my Windows Phone From: Jasvir Singh Sent: 9/29/2013 6:43 AM To: django-users@googlegroups.com Subject: Re: Responsive design On Thu, Sep 26, 2013 at 1:48 PM, Jasvir Singh wrote: > Could anyone please tell me, how to make responsive design > in django? Thanks ev

Re: Responsive design

2013-09-28 Thread Jasvir Singh
On Thu, Sep 26, 2013 at 1:48 PM, Jasvir Singh wrote: > Could anyone please tell me, how to make responsive design > in django? Thanks everyone. Please give me links of some responsive website made in django. -- Jasvir Singh Grewal Blog:http://jasvirsinghgrewal91.wordpress.com/ -- You received

Re: Responsive design

2013-09-26 Thread Christiano Anderson
Django gives you all the freedom to create responsive layouts or not. To be responsive or not is not related to Django, but to the templates you create. You can also use a CSS framework like Bootstrap, BluePrint or your favourite to create your templates as you like. Cheers On 26 September 201

Re: Responsive design

2013-09-26 Thread Rafael E. Ferrero
And you can use bootstrap with Django Bootstrap Toolkit 2013/9/26 Rafael E. Ferrero > Do it in your templates, its just html and javascript > > xadmin its responsive for your > admin, here its the demo

Re: Responsive design

2013-09-26 Thread Rafael E. Ferrero
Do it in your templates, its just html and javascript xadmin its responsive for your admin, here its the demo 2013/9/26 Jasvir Singh > Could anyone please tell me, how to make responsive design > in django? > -- > Jasvir Singh