简体   繁体   中英

Implementing a django forum app without starting from scratch

I'm looking to add a forum to my site, I have a custom User model that helps me with my own apps (quizzess, uploads etc). I really don't want to create a forum from scratch and there are many wonderful packages for django forums .

Does anyone know a good package or implementation where I can get the best of both worlds (not start fresh with the user model from the forum and get the functionalities from the forum package).

If not whats the best recourse?

I would recommend pinax forums https://github.com/pinax/pinax-forums

pinax-forums is an extensible forums app for Django and Pinax. It is focused on core forum functionality and hence is expected to be combined with other Pinax apps for broader features.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM