Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 452 Bytes

README.rst

File metadata and controls

14 lines (10 loc) · 452 Bytes

c2cpyramid

c2cpyramid provides a specific scaffold for creating Pyramid applications with a "Camptocamp flavour".

The "c2c" scaffold is intended to be applied to applications created using Pyramid's "alchemy" scaffold.

To create a Camptocamp-flavoured application use the following in a virtual environment:

$ pip install https://github.com/camptocamp/c2cpyramid/zipball/master
$ pcreate -s alchemy -s c2c MyProject