invisibleroads-scaffolds

Pyramid application scaffolds based on invisibleroads.com


Keywords
web, wsgi, bfg, pylons, pyramid
License
MIT
Install
pip install invisibleroads-scaffolds==1.8.0

Documentation

Pyramid application scaffolds based on invisibleroads.com

The Pyramid scaffolds in this package provide user account management based on invisibleroads.com.

Pyramid is a web application framework that is the successor to Pylons and repoze.bfg. Thanks to Chris McDonough, Mike Bayer, Mike Orr, Ben Bangert and the other developers of Pyramid, Pylons and Python.

Installation

# Prepare isolated environment
PYRAMID_ENV=$HOME/Projects/pyramid-env
virtualenv $PYRAMID_ENV
# Activate isolated environment
source $PYRAMID_ENV/bin/activate
# Install packages
pip install --upgrade ipython ipdb nose coverage distribute invisibleroads-scaffolds

Usage

# Activate isolated environment
source $PYRAMID_ENV/bin/activate
# Enter workspace
PROJECTS=$HOME/Projects
cd $PROJECTS
# List available scaffolds
pcreate --list-templates
# Create an application
pcreate -t ir_core example