Skip to content

thoas/django-fairepart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-fairepart

Build Status

A generic application to import your contact from facebook, google, etc.

Installation

  1. Download the package on GitHub or simply install it via PyPi
  2. Add fairepart to your INSTALLED_APPS :

    INSTALLED_APPS = (
        'fairepart',
    )
  3. Sync your database using syncdb command from django command line
  4. Include fairepart in your urls.py :

    from django.conf.urls import patterns, url, include
    
    urlpatterns = patterns(
        '',
        (r'^',
        include('fairepart.urls')),
    )
  5. Configure settings

About

A generic application to import your contact from facebook, google, etc.

Resources

License

Stars

Watchers

Forks

Packages

No packages published