Django Base Template

screenshot of Django Base Template

A Django 1.8 base template with HTML5Boilerplate and Twitter Bootstrap

Overview

The Django 1.8 Base Template is a project template designed for Django 1.8. It is based on the work of Mozilla Playdoh and Two Scoops of Django, as well as the experience with other Django layouts and project templates. The template includes a set of basic templates built from HTML5Boilerplate and Twitter Bootstrap, as well as various features such as templating with django_compressor, security features with bleach and bcrypt, background tasks with Celery, migrations with Django built-in migrations, caching with python-memcached, admin features with django-debug-toolbar, and testing with nose, django-nose, pylint, pep8, and coverage. The project template can be customized by adding, modifying, or removing any of these options.

Features

  • Basic templates built from HTML5Boilerplate and Twitter Bootstrap
  • Templating using django_compressor
  • Security features with bleach and bcrypt
  • Background tasks with Celery
  • Migrations using Django built-in migrations
  • Caching with python-memcached
  • Admin features with django-debug-toolbar
  • Testing with nose, django-nose, pylint, pep8, and coverage

Summary

The Django 1.8 Base Template is a project template for Django 1.8 that includes basic templates, various features, and a guide for installation. It aims to provide a simple and customizable starting point for Django projects.