Skip to main content

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

Project description

Build Status

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

Compatibility

This library is compatible with:

  • python2.6, django1.5

  • python2.6, django1.6

  • python2.7, django1.4

  • python2.7, django1.5

  • python2.7, django1.6

  • python2.7, django1.7

  • python3.3, django1.5

  • python3.3, django1.6

  • python3.3, django1.7

  • python3.4, django1.5

  • python3.4, django1.6

  • python3.4, django1.7

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

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-fairepart-0.2.3.tar.gz (10.6 kB view details)

Uploaded Source

File details

Details for the file django-fairepart-0.2.3.tar.gz.

File metadata

File hashes

Hashes for django-fairepart-0.2.3.tar.gz
Algorithm Hash digest
SHA256 8132b29b6b5e0f02744ca028a47e38b0e1eead563a946227c12a7af2da3a5930
MD5 0cc07083230838a6b42dc5ebf78c465a
BLAKE2b-256 a227a889894ca7166d7b58e4160a340ffed0962d04663ffd9e04acf30545f7f3

See more details on using hashes here.

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