Skip to content

Andertaker/django-intersections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Intersections

Django tool to show groups members intersections for social networks.

Quick start

First of all, read the installation instructions here: https://github.com/ramusus/django-twitter-api, https://github.com/ramusus/django-vkontakte-api

Then add this app to your INSTALLED_APPS setting:

INSTALLED_APPS = (
    ...
    'oauth_tokens',
    'taggit',
    'vkontakte_api',
    'intersections',
)

Include the intersections URLs in your project:

url(r'^intersections/', include('intersections.urls')),

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published