django-phpbb
Access unmodified PhpBB3 database with Django.
It's not a forum application, or a replacement for phpBB. The goal of the project is to provide a compatibility layer, a “glue” code between Django and phpBB.
Features
- User authentication
- Accessing forums and posts
Limitations
- No session persistence between phpBB and Django. Users logged into phpBB will have to enter their login/passwords again.
- No support for phpBB ACLs. If you have any hidden forums, they will be exposed.
- Only a little support for bbcode
Code
Please use Subversion to get the code ('source' tab at the top). No tarballs have been released for download.