NEMO-group-email


NameNEMO-group-email JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://gitlab.com/nemo-community/prometheus-computing/nemo-group-email
SummaryInstall Group email plugin for NEMO
upload_time2022-12-25 23:24:31
maintainer
docs_urlNone
authorPrometheus Computing LLC
requires_python>=3.7
licenseMIT
keywords nemo
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NEMO Group Email

This plugin for NEMO allows to use Django groups to categorize users and email different combinations of groups in the Email Broadcast page.

It relies on the NEMO-user-details plugin to display the groups in the user's page.

# Installation

`pip install NEMO-group-email`

# Add NEMO Group Email plugin

in `settings.py` add to `INSTALLED_APPS`:

```python
INSTALLED_APPS = [
    '...',
    'NEMO_user_details',
    'NEMO_group_email',
    '...'
]
```

# Usage
1. Go to `Customization -> User details` and enable the `groups` field for it to be shown in the user page (otherwise it will only be shown in the `Detailed administration -> Users` section). 

2. Add groups in `Detailed administration -> Groups` and then assign them to users.

3. In NEMO, go to the `Administration` menu then the `Email` item to go to the broadcast email page.

4. Select users who `are part of a group` then build your query based on your groups (AND and OR operators are available).


            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/nemo-community/prometheus-computing/nemo-group-email",
    "name": "NEMO-group-email",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "NEMO",
    "author": "Prometheus Computing LLC",
    "author_email": "nemo@prometheuscomputing.com",
    "download_url": "",
    "platform": null,
    "description": "# NEMO Group Email\n\nThis plugin for NEMO allows to use Django groups to categorize users and email different combinations of groups in the Email Broadcast page.\n\nIt relies on the NEMO-user-details plugin to display the groups in the user's page.\n\n# Installation\n\n`pip install NEMO-group-email`\n\n# Add NEMO Group Email plugin\n\nin `settings.py` add to `INSTALLED_APPS`:\n\n```python\nINSTALLED_APPS = [\n    '...',\n    'NEMO_user_details',\n    'NEMO_group_email',\n    '...'\n]\n```\n\n# Usage\n1. Go to `Customization -> User details` and enable the `groups` field for it to be shown in the user page (otherwise it will only be shown in the `Detailed administration -> Users` section). \n\n2. Add groups in `Detailed administration -> Groups` and then assign them to users.\n\n3. In NEMO, go to the `Administration` menu then the `Email` item to go to the broadcast email page.\n\n4. Select users who `are part of a group` then build your query based on your groups (AND and OR operators are available).\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Install Group email plugin for NEMO",
    "version": "2.0.0",
    "split_keywords": [
        "nemo"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "aa83c3134e50163ef415781b56d2f352",
                "sha256": "ba219f546bb11d393a347e862afc849349eef877e58d2fef3ecfc6da34de5120"
            },
            "downloads": -1,
            "filename": "NEMO_group_email-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aa83c3134e50163ef415781b56d2f352",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 8598,
            "upload_time": "2022-12-25T23:24:31",
            "upload_time_iso_8601": "2022-12-25T23:24:31.301899Z",
            "url": "https://files.pythonhosted.org/packages/53/f6/b9b18ccccc8399d94d158747b52a9b5c32fc001b0fe95464a4a62eac60ed/NEMO_group_email-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-25 23:24:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "nemo-group-email"
}
        
Elapsed time: 0.02332s