django<-->twitter bootstrap philosophy

120 views
Skip to first unread message

Vincent Fulco

unread,
Sep 25, 2012, 11:28:08 AM9/25/12
to django...@googlegroups.com
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 launchpad to other pages (using bootstrap) providing services for two different target audiences (producers and consumers of service).  Once at the second site(?), this is where the MVC comes in for login/registration/EULA agreements/data io, etc.

Is bootstrap considered to be substitute template for parts of the website then the django templating system takes up the rest?

Any trailheads for these concepts would be much appreciated.

TIA, V.

azizmb.in

unread,
Sep 25, 2012, 12:38:23 PM9/25/12
to django...@googlegroups.com
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. You can definitely include the bootstrap library in your templates, and use its classes to style your pages. Example.

I hope this clears your confusion.


--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/hRg6yZPq6QkJ.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.



--
- Aziz M. Bookwala

Vincent Fulco

unread,
Sep 25, 2012, 5:05:38 PM9/25/12
to django...@googlegroups.com, m...@azizmb.in
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.
Reply all
Reply to author
Forward
0 new messages