跳转到主要内容

用于Molo的用户配置文件。

项目描述

Continuous Integration Code Coverage

提供代码以帮助在Molo代码库中使用的项目进行用户配置文件。

安装

pip install molo.profiles

Django设置

INSTALLED_APPS = (
   'molo.profiles',
)

如果您想启用将用户数据发送到Slack频道,请插入以下内容

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)
    },
}

项目详情


下载文件

下载适合您平台的文件。如果您不确定选择哪个,请了解更多关于安装包的信息。

源分布

molo.profiles-5.4.3.tar.gz (36.1 kB 查看哈希值)

上传时间:

由以下提供支持