Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 419 Bytes

File metadata and controls

20 lines (16 loc) · 419 Bytes

pyramid_tut

Getting Started

In a virtualenv:

$ git clone git@github.com:Pegase745/sqlalchemy-datatables.git
$ cd sqlalchemy-datatables
$ make install
$ make install-examples
$ cd examples/pyramid_tut
$ python setup.py develop
$ pyramid_tut_initdb development.ini
$ pserve development.ini
$ go to http://localhost:6543