An ultra simple blog made with Django
-
Mon 05Dec 2011
Why this site exists
I, tombh, have built this site to demonstrate my ability with Django in the hope that Potato might hire me. The code that runs this site is at https … -
Mon 05Dec 2011
Setting up the GAE SDK and Django Non-rel
This was relatively painless on the whole. One thing that was really annoying however was an error returned by any DB commands (run from manage.py); … -
Mon 05Dec 2011
Getting comments working
I was thinking of writing my own comments app, but I thought I might as well make use of Django's native comment support. However customising the te … -
Mon 05Dec 2011
Twitter and Facebook Connect
This is my show-off bit. I'm pretty used to setting up OAuth workflows so I thought this would be a good way to push the boat out a bit. I knew it'd …