vote up 2 vote down star
3

The Django Book has a neat content publishing template. Anyone knows if it's available for public use?

Alternatively, what Django sources would you recommend as an easy to use, out of the box CMS?

flag

1  
Do you mean the source code backing djangobook.com? Is that what you're asking about? – S.Lott Sep 22 at 12:06
@S.Lott My interpretation was definitely that konzepz wanted the source backing djangobook.com – Hank Gay Sep 22 at 12:08
@Hank Gay: While you're probably correct, the question -- as stated -- doesn't say that very clearly. It makes the question hard to search for, and not very usable as written. – S.Lott Sep 22 at 12:25
@konzepz: Please don't comment on your own question. Please fix your question instead of commenting on it. – S.Lott Sep 22 at 13:23

3 Answers

vote up 2 vote down check

According to this post on the mailing list, the source hasn't been released, and it doesn't look like it will be.

I'd be interested in seeing the code as well.

All we know is that it uses the YUI / extjs comment system. Based on that mailing list post it sounds like the code the Django site uses is from a BSD licensed version of the code, so perhaps you could use that javascript as a starting point.

Ian Bicking created a similar commentary system implemented as WSGI middleware. Here are the docs for it. Looks like the source is here.

link|flag
vote up 0 vote down

I think you're looking for Open Book Platform

http://code.google.com/p/openbookplatform/

Its author, limodou, made a clone of the Django Book platform very early on.

link|flag
Can you see any download link over there? Can't see nothing. – konzepz Sep 22 at 12:51
1  
It looks like only the source is available. See this page for instructions on how to do a checkout: code.google.com/p/openbookplatform/… – lost-theory Sep 22 at 13:04
vote up 1 vote down

There is free Django hosting on http://www.alwaysdata.com/ (up to 10 MB). I am using it.

Some knowlegde of French may be helpful (there are English language parts, but not for all of the installation instructions). But the translation capabilities of Google can go a long way.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.