Re: django<-->twitter bootstrap philosophy

2013-01-23 Thread SameerOak
Hello Vincent, I'm also a new comer to the web-2.0 world. After almost 12+ years of experience in developing enterprise level products in pure C on Linux and a lot of bash shell scripting, I thought I'd start something new. So I left job, 25-Jan-2013 being the last day. It's better late than ne

Re: django<-->twitter bootstrap philosophy

2012-09-25 Thread Vincent Fulco
Yes, thanks. Templating remains the last piece of the puzzle I have yet to really work on and it wasn't clear how different it was from a framework. Appreciate your explanation. V. On Tuesday, September 25, 2012 11:40:36 AM UTC-5, azizmb.in wrote: > > I think you have confused things a little

Re: django<-->twitter bootstrap philosophy

2012-09-25 Thread azizmb.in
I think you have confused things a little. Bootstrap is a CSS framework, and makes it easy to *style* your pages, and includes a few javascript libraries. Django on the other hand, is an MVC as you mentioned. Bootstrap operates completely in the browser and handles only styling, and not templating.

django<-->twitter bootstrap philosophy

2012-09-25 Thread Vincent Fulco
Been thru the Django manual, bootstrap website instructions and other resources a few times so have working understanding of MVC structure. However, the incorporation of bootstrap throwing me off a little. Working on a ecommerce idea, for now plan is to create homepage (using bootstrap) as a