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?
|
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?
|
||||||||||
|
|
|
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. |
|||
|
|
|
|
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. |
||||||
|
|
|
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. |
||
|
|