initial code for www.sommitrealweird.co.uk
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Wed, 30 Jan 2008 12:44:18 +0000 (12:44 +0000)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Wed, 30 Jan 2008 12:44:18 +0000 (12:44 +0000)
commitc2e85644c4128b2545fd4bbe0382f4e2e502bd83
tree5a65ca02690634cbbecc3c64135e9227135dfb4e
initial code for www.sommitrealweird.co.uk
19 files changed:
.gitignore [new file with mode: 0644]
media/img/background.png [new file with mode: 0644]
media/img/menu-back.png [new file with mode: 0644]
media/style/main.css [new file with mode: 0644]
sommitrealweird/__init__.py [new file with mode: 0644]
sommitrealweird/content/__init__.py [new file with mode: 0644]
sommitrealweird/content/content_val.py [new file with mode: 0644]
sommitrealweird/content/models.py [new file with mode: 0644]
sommitrealweird/content/templates/html.html [new file with mode: 0644]
sommitrealweird/content/templates/rst.html [new file with mode: 0644]
sommitrealweird/content/views.py [new file with mode: 0644]
sommitrealweird/generic/__init__.py [new file with mode: 0644]
sommitrealweird/generic/views.py [new file with mode: 0644]
sommitrealweird/manage.py [new file with mode: 0755]
sommitrealweird/settings.py [new file with mode: 0644]
sommitrealweird/urls.py [new file with mode: 0644]
templates/404.html [new file with mode: 0644]
templates/500.html [new file with mode: 0644]
templates/base.html [new file with mode: 0644]