On Friday, December 26, 2014 8:31:16 AM UTC-8, Fellipe Henrique wrote: > > Hi, > > There's any actual open project to create a company "social" network using > Django? I search on google, and I don't find any project using django (or > even other python framework) only PHP or Ruby... >
The Pinax Project includes quite a few social features: http://pinaxproject.com/ See also the "Social" section of djangopackages.com: https://www.djangopackages.com/grids/g/social/ but at the end of the day, Django is more about helping you to build the features you need. You might start by creating a project that uses one of the social login modules (like django-allauth) and then integrate a simple Follow model with manytomany connections between users. -- 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/e1491222-31db-4b51-9ec6-c4ea4d763217%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

