django-scaffold
  • Installing scaffold
  • Creating an application that uses scaffold
    • 1. Create a new application.
    • 2. Create a model which extends scaffold
    • 3. Setup your URL Configuration
    • 4. Register your Section model in the admin site
    • 5. Add the necessary project settings
    • 6. Make the the scaffold media available.
  • Customizing scaffold
    • Customizing URLs
    • Customizing Views
    • Customizing Templates
    • Customizing the Admin
      • Unspported ModelAdmin Options
  • Available settings
    • SCAFFOLD_ALLOW_ASSOCIATED_ORDERING
    • SCAFFOLD_EXTENDING_APP_NAME
    • SCAFFOLD_EXTENDING_MODEL_PATH
    • SCAFFOLD_LINK_HTML
    • SCAFFOLD_PATH_CACHE_KEY
    • SCAFFOLD_PATH_CACHE_TTL
    • SCAFFOLD_VALIDATE_GLOBALLY_UNIQUE_SLUGS
    • SCAFFOLD_TREEBEARD_NODE_TYPE
  • API
    • Model methods
    • Admin
    • Middleware
 
django-scaffold
  • Docs »
  • Edit on GitHub

Index

B | G | L | P | R | S | T

B

BaseSection (class in scaffold.models)

G

get_associated_content() (scaffold.models.BaseSection method)
get_current_section() (in module scaffold.middleware)
get_first_populated_field() (scaffold.models.BaseSection method)
get_related_content() (scaffold.models.BaseSection method)
get_subsections() (scaffold.models.BaseSection method)

L

lookup_section() (in module scaffold.middleware)

P

process_request() (scaffold.middleware.SectionsMiddleware method)

R

reset_section_path_map() (in module scaffold.middleware)

S

scaffold.middleware (module)
SectionsMiddleware (class in scaffold.middleware)

T

type (scaffold.models.BaseSection attribute)

© Copyright 2010, James Stevenson.

Built with Sphinx using a theme provided by Read the Docs.