🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

django-fairepart

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-fairepart

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

0.2.8
PyPI
Maintainers
1

django-fairepart

.. image:: https://secure.travis-ci.org/thoas/django-fairepart.png?branch=master :alt: Build Status :target: http://travis-ci.org/thoas/django-fairepart

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

Installation

  • Download the package on GitHub_ or simply install it via PyPi

  • Add fairepart to your INSTALLED_APPS ::

    INSTALLED_APPS = ( 'fairepart', )

  • Sync your database using syncdb command from django command line

  • Include fairepart in your urls.py ::

    from django.conf.urls import patterns, url, include

    urlpatterns = patterns( '', (r'^', include('fairepart.urls')), )

  • Configure settings

.. _GitHub: https://github.com/thoas/django-fairepart

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts