forked from mirror/django-mailbox
Adding new settings allowing one to specify a list of mimetypes that are permitted to be stored in the message body of the e-mail message model.
This commit is contained in:
parent
8fac7c9711
commit
2a90953283
10 changed files with 180 additions and 18 deletions
5
setup.py
5
setup.py
|
|
@ -1,6 +1,9 @@
|
|||
from setuptools import setup
|
||||
|
||||
tests_require=['django']
|
||||
tests_require=[
|
||||
'django',
|
||||
'mimic',
|
||||
]
|
||||
|
||||
setup(
|
||||
name='django-mailbox',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue