At my company, we are thinking of moving from an intranet wiki to a more specialized CMS solution. The natural choice will be Joomla, but we have a certain architecture. There are several hundred people who will use the system. the system should be understandable (easier than a wiki).
We use many web applications, applications and integrated in third-party software. The excellent element that is the glue for all of them is the API. In the intranet example, the tools that we use Django, but used without ORM, seem to be limited by patterns and URLs - each application has adequate methods in our API. We do not use Django admin because it is unlikely to depend on ORM.
Because of this, Joomla can be difficult to integrate. every employee should be able to edit most of the pages, authentication and privileges should be controlled by our API.
How hard is it to connect Joomla to use a different authentication process? (extension only - no hacks)
If someone knows Django better than Joomla, should Django be used?
zalun source
share