My version of django boilerplate

django_boilerplate - it’s a template to fast start new Django project.

Based on:

Used apps:

It also includes example app with List, Create, Update, Delete views.

Install

pip install -r requirements.txt
python manage.py syncdb
comments powered by Disqus