Freshly squeezed Django

Templates & themes and other juicy goodness for Django, Flask, and Pyramid

Take me to the Templates !!!

Django Quickstart

$ pip install django
$ django-admin startproject myproject
$ cd myproject
$ python manage.py runserver
            

Now you need a template

Take me to the templates!

Bootstrap3 for Django

Our first template is an adaptation of the starter templates for Twitter's Bootstrap3

This theme is Django-ready. Get it for free.