Skip to content

sophilabs/django-multiemail-field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-multiemail-field

https://travis-ci.org/sophilabs/django-multiemail-field.png?branch=master

Installation

pip install -e git+https://github.com/sophilabs/django-multiemail-field.git#egg=django-multiemail-field

Usage

from django.db import models
from multiemailfield import MultiEmailField

class FooModel(models.Model):

    emails = MultiEmailField()
Textarea: +------------------------------------------------------------------------+
          | "User One" <[email protected]>, User Two <[email protected]>   |
          | User Three <[email protected]>                                   |
          +------------------------------------------------------------------------+

Field value: [
    ('User One', '[email protected]'),
    ('User Two', '[email protected]'),
    ('User Three', '[email protected]')
]

License

django-multiemail-field is Copyright (c) 2017 sophilabs, inc. It is free software, and may be redistributed under the terms specified in the license file.

About

https://s3.amazonaws.com/sophilabs-assets/logo/logo_300x66.gif

django-multiemail-field is maintained and funded by sophilabs, inc. The names and logos for sophilabs are trademarks of sophilabs, inc.