morepath-batching

A demo app for Morepath with record batching


Keywords
morepath, demo
License
BSD-3-Clause
Install
pip install morepath-batching==0.1

Documentation

Morepath Batching Demo

Show how to create a server web application with Morepath that uses batching and Jinja2 templates.

More information:

http://blog.startifact.com/posts/morepath-batching-example.html

Installation

You can use pip in a virtual env:

$ virtualenv ve
$ ve/bin/pip install -e .

Then to run the web server:

$ ve/bin/morepath_batching

You can now access the application through http://localhost:5000

Buildout

Instead of pip in a virtualenv you can also use buildout:

$ python bootstrap.py
$ bin/buildout
$ bin/morepath_batching