Skip to content

ronnix/pyramid-mako-starters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyramid_mako_starters

This package provides Pyramid project scaffolds based on Mako templates.

Getting Started

$ pip install pyramid_mako_starters
$ pcreate --list
$ pcreate --scaffold=<scaffold_name> <project_name>

Included scaffolds

  • alchemy_mako: Pyramid SQLAlchemy project with Mako templates
  • starter_mako: Pyramid starter project with Mako templates