Have a Django project that uses Pinax and templates say "load bootstrap." But where is it?

43 Views Asked by At

I have a legacy Django project that I know uses "Pinax," and I see templates that say {%load bootstrap%} but ... where is that to be found? (That is to say, "today?") bootstrap3? If so, exactly what am I up against to keep this thing working?

1

There are 1 best solutions below

0
Katherine Michel On

It sounds like that project uses pinax-theme-bootstrap. Per the README dependencies section, it was last tested with Bootstrap 3.3.5. pinax-theme-bootstrap was eventually replaced with pinax-templates, also found in the Pinax GitHub organization. https://github.com/pinax/pinax-theme-bootstrap