Navigation

  • index
  • modules |
  • next |
  • Towel 0.11.0 documentation »

Towel - Keeping you DRY since 2010¶

Towel is a collection of tools which make your life easier if you are building a web application using Django. It contains helpers and templates for creating paginated, searchable object lists, CRUD functionality helping you safely and easily create and update objects, and using Django’s own proofed machinery to see what happens when you want to safely delete objects.

Contents¶

  • Installation instructions
  • Towel API
    • The API class
    • Resources
    • The serializer
    • The request parser
    • Additional classes and exceptions
    • Utility functions
    • API behavior
  • ModelView
    • Preparing your models, views and URLconfs for ModelView
    • The main ModelView class
    • List Searchable
    • Object detail pages
    • Adding and updating objects
    • Object deletion
    • Standard context variables
    • Permissions
    • Batch processing
  • Search and Filter
    • Making lists searchable using the search form
    • Persistent queries
    • Quick Rules
  • Template tags
    • ModelView detail tags
    • ModelView list tags
    • Batch tags
    • Form tags

Autogenerated API Documentation¶

  • API programming
  • Deletion
  • Forms
  • Managers
  • ModelView
  • Multitenancy
    • Assumptions
    • Forms
    • Middleware for a lazy request.access attribute
    • Models for multitenant Django projects
  • Paginator
  • Queryset transform
    • django_queryset_transform
    • LICENSE
  • Quick
  • Template tags
    • ModelView template tags
    • Batch form template tags
    • Generally helpful form tags
    • Template tags for pulling out the verbose_name(_plural)? from almost any object
  • Utils

Indices and tables¶

  • Index
  • Module Index
  • Search Page

Table Of Contents

  • Towel - Keeping you DRY since 2010
    • Contents
    • Autogenerated API Documentation
    • Indices and tables

Next topic

Installation instructions

This Page

  • Show Source

Quick search

Navigation

  • index
  • modules |
  • next |
  • Towel 0.11.0 documentation »
© Copyright 2010-2012, Feinheit GmbH and contributors. Created using Sphinx 1.7.7.