Giotto
latest
  • Introduction
  • Getting Started with Giotto
  • Manifests
  • Terminology
  • Built-in Controller Classes
  • Creating your own controllers
  • View Classes
  • Rendering Templates
  • Error Pages
  • Middleware
  • Cache
  • Models
  • Model Mocking
  • Authentication
  • Serving Static Files
  • Deploying Giotto
  • WSGI Middleware
Giotto
  • Docs »
  • Welcome to Giotto’s documentation!
  • Edit on GitHub

Welcome to Giotto’s documentation!¶

Giotto on pypi: http://pypi.python.org/pypi/giotto/

Giotto on Github: https://github.com/priestc/giotto

Giotto pycon presentation: http://www.slideshare.net/priestc/visualizing-mvc-and-an-introduction-to-giotto

Contents:

  • Introduction
    • Invocation cycle
  • Getting Started with Giotto
    • Using Mocks
    • Cache
    • Now You’re Done!
  • Manifests
  • Terminology
  • Built-in Controller Classes
    • HTTP
    • Command Line
    • IRC
    • Overriding default mimetypes
  • Creating your own controllers
    • Concrete controller template
  • View Classes
    • Creating View Classes
    • Return values
    • Persisting data
    • BasicView
    • Overriding Renderers
    • Renderer functions
  • Rendering Templates
    • Configuring the template engine
    • Rendering Templates
    • Partial Template Renderings
  • Error Pages
    • Configuring error pages
    • Switching between error pages and the debug page
  • Middleware
  • Cache
    • Configuring cache
    • Enabling caching for programs
    • Under the hood
  • Models
    • Integration with SQLAlchemy
    • Creating tables
    • InvalidInput
  • Model Mocking
    • Defining a model mock
  • Authentication
    • Configuring Authentication
    • Enabling Authentication for your application
    • Login page
    • Register page
    • Logout Page
    • Interacting with authentication with other programs
  • Serving Static Files
    • SingleStaticServe
  • Deploying Giotto
    • uWSGI
    • gunicorn
    • Apache and Nginx
  • WSGI Middleware

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2013, Chris Priest. Revision d4c26380.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
Downloads
pdf
htmlzip
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.