Skip to main content

A Django app to create social networks with social authentication.

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-socialize-0.5.3.tar.gz (13.7 kB view hashes)

Uploaded Source

Built Distribution

django_socialize-0.5.3-py3-none-any.whl (17.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page