forked from mirror/django-mailbox
Moving documentation to RTD.
This commit is contained in:
parent
74aaf467ee
commit
3bada8f1a8
12 changed files with 631 additions and 191 deletions
12
docs/topics/settings.rst
Normal file
12
docs/topics/settings.rst
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
Settings
|
||||
========
|
||||
|
||||
+---------------------------------------+--------------+-------------------------------------------------------------------------+
|
||||
| Setting | Default | Notes |
|
||||
+=======================================+==============+=========================================================================+
|
||||
| ``DJANGO_MAILBOX_ADMIN_ENABLED`` | ``True`` | Controls whether mailboxes appear in the Django Admin. |
|
||||
+---------------------------------------+--------------+-------------------------------------------------------------------------+
|
||||
| ``DJANGO_MAILBOX_SKIPPED_EXTENSIONS`` | ``['.p7s']`` | A list of extensions to skip when processing email message attachments. |
|
||||
+---------------------------------------+--------------+-------------------------------------------------------------------------+
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue