Re: Bootstrap - django-bootstrap3 or django-crispy-forms

2013-09-26 Thread Nigel Legg
Thanks both. Cheers, Nigel 07914 740972 On 27 September 2013 06:19, Lachlan Musicman wrote: > this is probably the answer you want: > > http://stackoverflow.com/a/11795186 > > L. > > On 27 September 2013 09:23, Sam Lai wrote: > > Yep. django-bootstrap-* and django-crispy-forms only provide

Re: Bootstrap - django-bootstrap3 or django-crispy-forms

2013-09-26 Thread Lachlan Musicman
this is probably the answer you want: http://stackoverflow.com/a/11795186 L. On 27 September 2013 09:23, Sam Lai wrote: > Yep. django-bootstrap-* and django-crispy-forms only provide helpers > for outputting HTML with bootstrap CSS classes. Neither are really > necessary to use Bootstrap (just

Re: Bootstrap - django-bootstrap3 or django-crispy-forms

2013-09-26 Thread Sam Lai
Yep. django-bootstrap-* and django-crispy-forms only provide helpers for outputting HTML with bootstrap CSS classes. Neither are really necessary to use Bootstrap (just makes it slightly easier), which is applied through HTML and CSS and Django doesn't place any restrictions on how your HTML/CSS i

Bootstrap - django-bootstrap3 or django-crispy-forms

2013-09-26 Thread Nigel Legg
Hi, I've been looking into using Bootstap3 on the django app I'm working on. It seems you can do this with both django-bootstrap and crispy-forms. Am I right in thinking that django-bootstap allows you to use bootstrap across the whole site, while crispy forms is just for forms? So you can use bo