Installation¶
The preferred way to install django-boilerplate:
$ pip install -e .
In your project, you should add django-boilerplate to your requirements.txt.
Be sure to use virtualenv if you develop python projects.
Add to INSTALLED_APPS in your settings.py:
'boilerplate',
After installation, the quickstart will get you on your way to using django-boilerplate.