|
|
django-mailfriend - Google Code'Email this to a friend' feature |
I started today to build my own. Decided to keep it as light as possible.
So the forum app will only do the most basic stuff: Create Thread, Create Post, Edit Post.
That's it. I'll be using other external apps for user profiles etc. (django-profiles).
To extend extra features to the forum, We can add extra apps that fills one feature and only that one feature.
I wasn't really planning on doing one myself, but a recent project demands it, so I have to. I might share it, once it's finished and there are sufficient interest.