Initial commit. New Pylons project.
authorEevee <git@veekun.com>
Tue, 14 Jul 2009 18:31:31 +0000 (11:31 -0700)
committerEevee <git@veekun.com>
Tue, 14 Jul 2009 18:31:31 +0000 (11:31 -0700)
commite080215f07b8153ef01d6c840a4ba3a4bfc2d770
tree59a93b26b581f259b6458e6ce5bfdf3d860de80b
Initial commit.  New Pylons project.
31 files changed:
.gitignore [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
README.txt [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]
floof/__init__.py [new file with mode: 0644]
floof/config/__init__.py [new file with mode: 0644]
floof/config/deployment.ini_tmpl [new file with mode: 0644]
floof/config/environment.py [new file with mode: 0644]
floof/config/middleware.py [new file with mode: 0644]
floof/config/routing.py [new file with mode: 0644]
floof/controllers/__init__.py [new file with mode: 0644]
floof/controllers/error.py [new file with mode: 0644]
floof/lib/__init__.py [new file with mode: 0644]
floof/lib/app_globals.py [new file with mode: 0644]
floof/lib/base.py [new file with mode: 0644]
floof/lib/helpers.py [new file with mode: 0644]
floof/model/__init__.py [new file with mode: 0644]
floof/model/meta.py [new file with mode: 0644]
floof/public/bg.png [new file with mode: 0644]
floof/public/favicon.ico [new file with mode: 0644]
floof/public/index.html [new file with mode: 0644]
floof/public/pylons-logo.gif [new file with mode: 0644]
floof/tests/__init__.py [new file with mode: 0644]
floof/tests/functional/__init__.py [new file with mode: 0644]
floof/tests/test_models.py [new file with mode: 0644]
floof/websetup.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]