]> asedeno.scripts.mit.edu Git - bluechips.git/commit - bluechips/model/__init__.py
Create Pylons app
authorEvan Broder <broder@mit.edu>
Sat, 12 Jul 2008 23:31:22 +0000 (23:31 +0000)
committerEvan Broder <broder@mit.edu>
Sat, 12 Jul 2008 23:31:22 +0000 (23:31 +0000)
commitf8814994349f84b9636c22e75c75e02511a8eb36
treefc47296777cc7061ac1300ecbbc6a6b01a549f31
parentdbcefe993434769bb11c4222245bb928e87e31af
Create Pylons app
27 files changed:
MANIFEST.in [new file with mode: 0644]
README.txt [new file with mode: 0644]
bluechips/__init__.py [new file with mode: 0644]
bluechips/config/__init__.py [new file with mode: 0644]
bluechips/config/deployment.ini_tmpl [new file with mode: 0644]
bluechips/config/environment.py [new file with mode: 0644]
bluechips/config/middleware.py [new file with mode: 0644]
bluechips/config/routing.py [new file with mode: 0644]
bluechips/controllers/__init__.py [new file with mode: 0644]
bluechips/controllers/error.py [new file with mode: 0644]
bluechips/lib/__init__.py [new file with mode: 0644]
bluechips/lib/app_globals.py [new file with mode: 0644]
bluechips/lib/base.py [new file with mode: 0644]
bluechips/lib/helpers.py [new file with mode: 0644]
bluechips/model/__init__.py [new file with mode: 0644]
bluechips/model/meta.py [new file with mode: 0644]
bluechips/public/index.html [new file with mode: 0644]
bluechips/tests/__init__.py [new file with mode: 0644]
bluechips/tests/functional/__init__.py [new file with mode: 0644]
bluechips/tests/test_models.py [new file with mode: 0644]
bluechips/websetup.py [new file with mode: 0644]
development.ini [new file with mode: 0644]
docs/index.txt [new file with mode: 0644]
ez_setup.py [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]
test.ini [new file with mode: 0644]