On Monday, March 3, 2014 11:52:13 AM UTC-4:30, django-newb wrote: > > 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 group > get created system will email the invitation to those email address that > creator of the group entered to join the site and the group. I am not an > expert in django and it would be great if someone can point me towards > right direction on this. Also I would like to give group creator to remove > users from group. > Hello,
You must start from the beginning, with the overview of the framework, the tutorial, and the basic documentation. Please, start here: https://docs.djangoproject.com/en/1.6/ Regards, Camilo -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ebe3e4b0-dbec-4798-822d-1b09189687c0%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.

