Skip to main content

User profiles to be used with Molo.

Project description

Continuous Integration Code Coverage

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


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-4.0.2b3.tar.gz (31.1 kB view details)

Uploaded Source

File details

Details for the file molo.profiles-4.0.2b3.tar.gz.

File metadata

File hashes

Hashes for molo.profiles-4.0.2b3.tar.gz
Algorithm Hash digest
SHA256 5d0efb9004f2e029aa77f4016295ba8bca9c489863ea5d3023e94d7e54fc834f
MD5 a6a07938900ed6199a2b6f17023681fb
BLAKE2b-256 32d63ff17a5b8ba312934eeea0ee92b1e87b19b94a0bdee076835cec67d444d3

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page