A generic application to invite your contact from facebook, google, etc.
Project description
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.5
python2.7, django1.6
python2.7, django1.7
python2.7, django1.8
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.5.tar.gz
(10.5 kB
view details)
File details
Details for the file django-fairepart-0.2.5.tar.gz
.
File metadata
- Download URL: django-fairepart-0.2.5.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e025229e607e88c41aafa695eb64c19fb2a42038ce7dfa8ec125de417a97e8bc |
|
MD5 | 6f4f6d1822333fd547d3b95f438c796e |
|
BLAKE2b-256 | f461cd9151eb45172eac8e4798f9ee67d32932bcdb0b83854bff06af8f052e84 |