Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

williamlagos/django-socialize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socialize

Socialize is a Django app to create social networks with social authentication.

Quick start

  1. Add "socialize" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'socialize',
    )
  2. Include the socialize URLconf in your project urls.py like this:

    url(r'^socialize/', include('socialize.urls')),
  3. Run python manage.py syncdb to create the socialize models.
  4. Visit http://127.0.0.1:8000/ to view a sample with social authentications

About

Social requests on django

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages