[Answer]-Django packages need instruction

1👍

First off, there are quite a few misconceptions. Most Django developers do not use Pinax (although some certainly do).

Second, most apps I’ve come across will explain in their docs how to install them. Have a look at using pip for the actual installing. Bootstrap can be used as is, or via apps like django-bootstrap-toolkit

For a good introduction to django check out Getting Started With Django. It’ll cover most of what you’re talking about.

Leave a comment