rudimentary file uploading. Saves as sha1 like git objects. code is in lib. needs...
authorNick Retallack <nickretallack@gmil.com>
Sun, 4 Oct 2009 08:55:36 +0000 (01:55 -0700)
committerNick Retallack <nickretallack@gmil.com>
Sun, 4 Oct 2009 08:55:36 +0000 (01:55 -0700)
commit5837da26db915faca89925c39fa83202bfb84e32
treeda0e2e5cf219718e13f2625d539e2a628ea59c49
parentf4a6882d2cdb1baeb2c4662b1c305b99d7596cae
rudimentary file uploading.  Saves as sha1 like git objects.  code is in lib.  needs db support.
.gitignore
development.ini
floof/controllers/art.py [new file with mode: 0644]
floof/lib/file_storage.py [new file with mode: 0644]
floof/lib/helpers.py
floof/model/art.py
floof/templates/art/new.mako [new file with mode: 0644]
floof/templates/upload_art.mako [new file with mode: 0644]
floof/tests/functional/test_art.py [new file with mode: 0644]
floof/todo.txt [new file with mode: 0644]