Which software for intranet CMS - Django or Joomla?

Posted by zalun on Stack Overflow See other posts from Stack Overflow or by zalun
Published on 2009-01-08T11:12:38Z Indexed on 2010/04/13 17:23 UTC
Read the original article Hit count: 281

Filed under:
|
|
|

In my company we are thinking of moving from wiki style intranet to a more bespoke CMS solution. Natural choice would be Joomla, but we have a specific architecture. There is a few hundred people who will use the system. System should be self explainable (easier than wiki).

We use a lot of tools web, applications and integrated within 3rd party software. The superior element which is a glue for all of them is API. In example for the intranet tools we do use Django, but it's used without ORM, kind of limited to templates and url - every application has an adequate methods within our API. We do not use the Django admin interface, because it is hardly dependent on ORM.

Because of that Joomla may be hard to integrate. Every employee should be able to edit most of the pages, authentication and privileges have to be managed by our API.

How hard is it to plug Joomla to use a different authentication process? (extension only - no hacks)

If one knows Django better than Joomla, should Django be used?

© Stack Overflow or respective owner

Related posts about python

Related posts about joomla