Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Experiences of creating Social Network site in Django

Tags:

python

django

I plan to sneak in some Python/Django to my workdays and a possible social network site project seems like a good possibility.

Django itself seems excellent, but I am skeptical about the quality of large amount of Django apps that seem to be available.

I would like to hear what kind of experiences you may have had with Django in creating social network type sites. Any experiences in using any of the Django powered social network "frameworks" would also be welcome.

like image 999
Bloodboiler Avatar asked Jun 12 '09 13:06

Bloodboiler


People also ask

How does Django implement social login?

Django Setup Set up the initial tables and add a superuser: $ python manage.py migrate Operations to perform: Apply all migrations: admin, contenttypes, auth, sessions Running migrations: Applying contenttypes. 0001_initial... OK Applying auth. 0001_initial... OK Applying admin.

Can we create social media from Python?

Django is a high-level Python web framework that enables rapid development of secure and maintainable websites. We just published a 5-hour course on the freeCodeCamp.org YouTube channel that will help you improve your Django skills by building a social media application.

Can you build a full website with Django?

Django is a fully featured Python web framework that can be used to build complex web applications.


1 Answers

If you're interested in creating a social-network site in Django, you should definitely investigate Pinax. This is a project that integrates a number of apps that are useful for creating this sort of site - friends, messaging, invitations, registration, etc. They're mostly very high quality.

like image 82
Daniel Roseman Avatar answered Sep 21 '22 13:09

Daniel Roseman