My version of django boilerplate
django_boilerplate - it’s a template to fast start new Django project.
Based on:
Used apps:
- south - data migrations
- django-crispy-forms - for forms rendering
- django-allauth - for local and social registration, authorization
- django-debug-toolbar
- django-extensions
It also includes example app with List, Create, Update, Delete views.
Install
pip install -r requirements.txt
python manage.py syncdb