User profiles to be used with Molo.
Project description
Provides code to help with User profiles in a project using the Molo code base.
Installation:
pip install molo.profiles
Django setup:
INSTALLED_APPS = ( 'molo.profiles', )
If you want to enable user data being sent to a Slack Channel, insert the following:
SLACK_INCOMING_WEBHOOK_URL = '' # URL of slack webhook CELERYBEAT_SCHEDULE = { # Executes every morning at 8:00 A.M GMT+2 'add-every-morning': { 'task': 'molo.profiles.task.send_user_data_to_slack', 'schedule': crontab(hour=8) }, }
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
molo.profiles-5.2.0.tar.gz
(31.3 kB
view details)
File details
Details for the file molo.profiles-5.2.0.tar.gz
.
File metadata
- Download URL: molo.profiles-5.2.0.tar.gz
- Upload date:
- Size: 31.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c62e5bfc9277af8cc27269de34357c3c395bc97b6f7256e99b09c10630b265f2 |
|
MD5 | 78094226702a0235a2c18762a341a0e3 |
|
BLAKE2b-256 | ca8014f4ac9538d5bcfcc622daa07e29a561cbab5c25a779e9802a09aee56da1 |