create user define groups via interface

2014-03-03 Thread django-newb
I have build a simple site which is similar to a regular forum. I want to create a functionality where any user of the system can create a group via user interface. The functionality that I am thinking as follows: Interface allow a user to enter group name and three email address. Then when grou

trying to introduce django custom templatetags - some jinja also involve

2014-01-16 Thread django-newb
I am working on a project where I used a open source framework. Here is the link for the opensource framework: https://github.com/ASKBOT/askbot-devel. I wanted to add a/b testing to it and after doing some research I found out django-lean . I a