Index page lists titles of art in the "art" table.
authorEevee <git@veekun.com>
Thu, 6 Aug 2009 16:43:01 +0000 (09:43 -0700)
committerEevee <git@veekun.com>
Thu, 6 Aug 2009 16:43:01 +0000 (09:43 -0700)
commit68a31d533aba7490c3f1f812075e8ab6eb9265d0
tree8d74484ac9b16a08fae0599b1f4a6c35282a521c
parent224a257ade788e1a87aab78032dc3cdc9677cc06
Index page lists titles of art in the "art" table.
12 files changed:
floof/config/routing.py
floof/controllers/main.py [new file with mode: 0644]
floof/model/__init__.py
floof/model/art.py [new file with mode: 0644]
floof/public/bg.png [deleted file]
floof/public/favicon.ico [deleted file]
floof/public/index.html [deleted file]
floof/public/pylons-logo.gif [deleted file]
floof/public/reset.css [new file with mode: 0644]
floof/templates/base.mako
floof/templates/index.mako
floof/tests/functional/test_main.py [new file with mode: 0644]