Question about Python - Social Networking Software
I am looking for some social networking software for a course I am teaching next winter. I would love for it to be Python. In PHP - something like Elgg would be great. It needs a Wiki, Blog, RSS feeds, etc etc. Should I just use DJango with a few modules? I worry that DJango is too much of a Mambo-clone - I want something that is user-centered (student centered) - not organization centered. Something with good access controls - with the ability to have closed groups - would be a nice feature. Thanks. Charles Severance University of Michigan
On Apr 25, 2008, at 8:49 AM, csev wrote:
Should I just use DJango with a few modules? I worry that DJango is too much of a Mambo-clone
Mambo is a content management system. Django is a framework for writing web applications with particularly nice support for writing content management systems. You're confusing the two; you can't just "use Django". I recommend looking at something like Plone (<http://plone.org/
).
-- Ivan Krstić <krstic@solarsail.hcs.harvard.edu> | http://radian.org
participants (2)
-
csev
-
Ivan Krstić