Awesome Kevin, thanks for sharing. Its always fun to learn a new front technology through Django awesomeness. I'm just getting started on Bootstrap so having the beginner examples/templates is a nice plus ;-)
On Tuesday, May 28, 2013 5:44:58 PM UTC-4, Kevin wrote: > > Hello everyone! > > I thought I'd provide a recently released Django app I built. I have > listed it on several Django communities including my blog, but I feel it > would also be great to everyone if I also provide a link here as well. > > https://bitbucket.org/kveroneau/django-bootstrap-theme > > Now your wondering, why should you use this? Well, it's a Django app! > And it makes integrating Bootstrap into your project super easy. It comes > packed with all the Bootstrap example HTML templates in Django template > format which you can easily extend into your own project. There is an > example project to display how this is done as well. There is also a wide > variety of templatetags for specifically working with Django templates and > bootstrap. Need to add a bunch of stars on a template to display a rating > for a model? No problem, there's a template filter for that! Need to > create a modal window with as little effort as possible? Not a problem, > use the new modal template block tag and your set! If you've been using > bootstrap with Django before this, you'll immediately want to convert over > just because of all the shear helpers included to make using bootstrap in > Django so much easier and less stressful! > > The documentation is on my blog post announcing the app itself: > > > http://www.pythondiary.com/blog/May.25,2013/django-bootstrap-theme-ready.html > > It explains all the available "base templates" you can extend, and the > available templatetags. > > Best Regards, > Kevin Veroneau > PythonDiary.com > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

