A generic application to invite your contact from facebook, google, etc.
Project description
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
Project details
Release history Release notifications | RSS feed
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.8.tar.gz
(10.5 kB
view details)
File details
Details for the file django-fairepart-0.2.8.tar.gz
.
File metadata
- Download URL: django-fairepart-0.2.8.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11637f2c2d28601b93e454137cf7e5e6204bf08531aedd8f04be03597d936499 |
|
MD5 | c1a84fca368f47cc51cf1e0babec0ede |
|
BLAKE2b-256 | 4f5ed082213eeef50c89d83e40620631fa1a7393bd6da41c762c8db5ae8d2512 |