Skip to main content

django-unravel is a Django app to automatically open emails in the web browser.

Quick start

  1. Add “django_unravel” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...,
        'django_unravel',
    ]
  2. Set the EMAIL_BACKEND and EMAIL_FILE_PATH:

    import tempfile
    ...
    EMAIL_BACKEND = 'django_unravel.mail.backends.filebased.EmailBackend'
    EMAIL_FILE_PATH = tempfile.gettempdir()
    ...

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-unravel-0.1.1.tar.gz (6.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_unravel-0.1.1-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

Details for the file django-unravel-0.1.1.tar.gz.

File metadata

  • Download URL: django-unravel-0.1.1.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.9

File hashes

Hashes for django-unravel-0.1.1.tar.gz
Algorithm Hash digest
SHA256 3894677f03727bd713f6884142c847ac2c75354bedeca2e8d6608dc0201a6932
MD5 2eb9a6b71f339bc3b2d6d845b518fb20
BLAKE2b-256 80cfd84d25a47880627d97f2985cbb6c25f48c1d95b6e098c89b59dc2c273ea8

See more details on using hashes here.

File details

Details for the file django_unravel-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: django_unravel-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.9

File hashes

Hashes for django_unravel-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d19f4f068d605ba163200eb3f3fa0f5d8b981a690ff5dd42fab7844182446289
MD5 c0910c99ec8461bb4b1028fd11c90c49
BLAKE2b-256 8d0fee330f57d0905e38a01e142398274e09eb0a38b7ad52ea6284578b88dd0b

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.1 This release

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page