API client for Beddit sleep tracker
Project description
django-slack-invitation invites users to Slack automatically when Django users are registered.
- Supported python versions
2.7, 3.3, 3.4, 3.5
- Supported django versions
1.7 - 1.10
Installation
Install using pip
pip install django-slack-invitation
Usage
Add slack_invitation into INSTALL_APPS in settings.py file
INSTALLED_APPS += (
'slack_invitation',
)
Add DJANGO_SLACK_INVITATION_TEAM and DJANGO_SLACK_INVITATION_TOKEN in settings.py file
DJANGO_SLACK_INVITATION_TEAM = 'your-slack-team-name'
DJANGO_SLACK_INVITATION_TOKEN = 'your-slack-token'
Execute register_slack_invitation on models.py or urls.py.
from slack_invitation import register_slack_invitation
register_slack_invitation()
When Django users are registered, invitation mail will send automatically.
LICENSE
MIT License
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-slack-invitation-0.1.0.tar.gz
.
File metadata
- Download URL: django-slack-invitation-0.1.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb5dfbffc10ce141b3d3ba1cc12d9c377190020de414930966891465386ef0cb |
|
MD5 | 4d153d8161b00f1d365290257226e96b |
|
BLAKE2b-256 | d45f98e5023e1f5da579982fb358c6c9287fa7e42780d9bda73227908aba9a4b |