]> git.parisson.com Git - telemeta.git/commit
adding initial django application
authorolivier <>
Tue, 10 Apr 2007 16:46:11 +0000 (16:46 +0000)
committerolivier <>
Tue, 10 Apr 2007 16:46:11 +0000 (16:46 +0000)
commitf04d8d535e5c07b55b1dc9c769f370ac1510c3dc
tree434e22c66e285e8c279861d5f02edaf7d0dc7263
parentefbc9f9c27282d0ae12c8df43dc14d44c0f31c6e
adding initial django application
12 files changed:
telemeta/__init__.py [new file with mode: 0644]
telemeta/css/style.css [new file with mode: 0644]
telemeta/models.py [new file with mode: 0644]
telemeta/templates/base.html [new file with mode: 0644]
telemeta/templates/index.html [new file with mode: 0644]
telemeta/templates/media_item.html [new file with mode: 0644]
telemeta/templates/mediaitem_list.html [new file with mode: 0644]
telemeta/urls.py [new file with mode: 0644]
telemeta/util/__init__.py [new file with mode: 0644]
telemeta/util/logger.py [new file with mode: 0644]
telemeta/views/__init__.py [new file with mode: 0644]
telemeta/views/web.py [new file with mode: 0644]