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.tasks.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-0.2.4.tar.gz (10.5 kB view details)

Uploaded Source

File details

Details for the file molo.profiles-0.2.4.tar.gz.

File metadata

  • Download URL: molo.profiles-0.2.4.tar.gz
  • Upload date:
  • Size: 10.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for molo.profiles-0.2.4.tar.gz
Algorithm Hash digest
SHA256 2c018256e76d0340a1dacae5416a7f045c4f9d88e7d7c81225f2fd1f15d1fc35
MD5 1244ab342574c186d7974b6fea11ed64
BLAKE2b-256 cad8534088bd427cf494154fd321cc8d8474c94bbfcc9c3e36becb59923421f0

See more details on using hashes here.

Supported by

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