Thursday, September 26, 2013

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

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 is structured.

On 26 September 2013 22:53, Nigel Legg <nigel.legg@gmail.com> wrote:
> 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
> both together? Or am I missing something?
>
> Cheers, Nigel
> 07914 740972
>
> --
> 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 django-users+unsubscribe@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> For more options, visit https://groups.google.com/groups/opt_out.

--
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment