First draft image gallery
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Sun, 29 Mar 2009 13:48:05 +0000 (14:48 +0100)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Sun, 29 Mar 2009 13:48:05 +0000 (14:48 +0100)
commitd82db041f520a51eccee6788ebc3a494e2a4280f
treeef3047d46b8d85f2806fbc00764605659274b14f
parent1487722766c9e649c95a6f25ae29b0680bdc1be0
First draft image gallery
16 files changed:
media/style/main.css
sommitrealweird/generic/helpers.py [new file with mode: 0644]
sommitrealweird/generic/templatetags/__init__.py [new file with mode: 0644]
sommitrealweird/generic/templatetags/thumbnail.py [new file with mode: 0644]
sommitrealweird/photo/__init__.py [new file with mode: 0644]
sommitrealweird/photo/admin.py [new file with mode: 0644]
sommitrealweird/photo/context_processors.py [new file with mode: 0644]
sommitrealweird/photo/models.py [new file with mode: 0644]
sommitrealweird/photo/templates/photo/album_index.html [new file with mode: 0644]
sommitrealweird/photo/templates/photo/photo.html [new file with mode: 0644]
sommitrealweird/photo/templates/photo/photo_index.html [new file with mode: 0644]
sommitrealweird/photo/urls.py [new file with mode: 0644]
sommitrealweird/photo/views.py [new file with mode: 0644]
sommitrealweird/settings.py
sommitrealweird/urls.py
templates/base.html