You are writing a comment about Adding Social Bookmarking To a Django App, here is a quick summary:

Adding support for submitting your Django content to social bookmarking and news sites is a nice addition to any website. Here are my instructions for doing so, based on my experience of adding social support to this blog.


You are responding to this comment written by griff on January 3rd 2008, 23:33.

Hey, good luck with JET. I couldn't apply because I couldn't be in the US during the application.

This is quite helpful. I'm going to try and build a student newspaper with django, and this is the sort of extra stuff that's not hard in itself, but can be a pain to figure out. Thanks


Please be aware that comment forms go stale after one hour.





Comments may make use of LifeFlow MarkDown. Raw html will be escaped.


Quick Introduction to LifeFlow MarkDown Syntax

A highlighted code block:

@@ ruby
def a (b, c):
  b * c
end
@@

Other common languages work as well: scheme, python, java, html, etc.

Other markdown syntax:

 ### This is an h3 title
#### This is an h4 title
**this is bold**
*this is italics*

1. This is an
2. ordered list

* And an unordered
* list too

[this is a link](http://www.lethain.com/ "Lethain")