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-1.3.2.tar.gz
(22.9 kB
view details)
File details
Details for the file molo.profiles-1.3.2.tar.gz
.
File metadata
- Download URL: molo.profiles-1.3.2.tar.gz
- Upload date:
- Size: 22.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8317c9dea50c30f44ef8917c43ed77424f554a6dac1e709ea8355105f59fd39 |
|
MD5 | 8668b9c556c50797d3c8e2cb3263d26b |
|
BLAKE2b-256 | 97252b7402681a39244a2a7b1230b275da3a9432ce01dfd658e1489ee4648215 |