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.4
python2.6, django1.5
python2.6, django1.6
python2.7, django1.4
python2.7, django1.5
python2.7, django1.6
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
File details
Details for the file django-fairepart-0.1.1.tar.gz
.
File metadata
- Download URL: django-fairepart-0.1.1.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d709ed8dc2b6cf12dfc1cb7c94be0c530450c754ed2648af8d8b4ca7b29a8e2f |
|
MD5 | 21f6da0f919a0b9b8c8a98da5bb4b1c0 |
|
BLAKE2b-256 | 717fdaf7c99ddbc9a629501a4ad3ad09463517ad513cdcb02b16eeda032b5da3 |