Skip to content

Pylons/shootout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e5691d6 · Oct 3, 2013
Oct 3, 2013
Mar 24, 2012
Mar 13, 2011
Aug 2, 2013
Mar 12, 2011
Aug 2, 2013
Feb 10, 2013
Feb 10, 2013
Mar 12, 2011
Oct 3, 2013
Aug 6, 2013

Repository files navigation

shootout

Shootout is a demo app for the Pyramid web framework. The concepts demonstrated in the code include:

  • Url dispatch mechanism.
  • Built-in authentication and authorization mechanism.
  • Usage of built-in sessioning machinery.
  • Integration with pyramid_simpleform for form handling.
  • SQLAlchemy based models and transaction management via pyramid_tm.

Library Requirements

shootout requires a SQLite3 bindings.

On a Debian system, these imply: build-essentials, libsqlite3-dev.

Installing and Running

Python 2.6 or 2.7 is required.

  • virtualenv --no-site-packages env
  • cd env
  • . bin/activate
  • git clone [email protected]:Pylons/shootout.git
  • cd shootout
  • python setup.py develop
  • initialize_shootout_db development.ini
  • pserve development.ini

About

Pyramid sample application: shootout "idea competition" application

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published