I have a website built with Django that I would like to combine with phpBB (negotiable; if you have suggestions for better suited full-featured forums, please let me hear them) and MediaWiki. Specifically, I would like to have a unified login scheme that lets a user logged into Django access phpBB and MediaWiki
Some more specifications: being able to use Django's regular admin interface is a requirement, and being able to use Django's auth as usual would be a big plus.
What would be the best way to accomplish this?
Searching Google for mediawiki django auth brought up this Django MediaWiki authentication extension. That page also links to one about Django login for phpBB.
Note that I haven't used or reviewed either of these plugins. Caveat utilitor.