A Django app to automatically open emails in the web browser.
Project description
django-unravel is a Django app to automatically open emails in the web browser.
Quick start
Add “django_unravel” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ..., 'django_unravel', ]Set the EMAIL_BACKEND and EMAIL_FILE_PATH:
import tempfile ... EMAIL_BACKEND = 'django_unravel.mail.backends.filebased.EmailBackend' EMAIL_FILE_PATH = tempfile.gettempdir() ...
Project details
Release history Release notifications | RSS feed
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)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3894677f03727bd713f6884142c847ac2c75354bedeca2e8d6608dc0201a6932
|
|
| MD5 |
2eb9a6b71f339bc3b2d6d845b518fb20
|
|
| BLAKE2b-256 |
80cfd84d25a47880627d97f2985cbb6c25f48c1d95b6e098c89b59dc2c273ea8
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d19f4f068d605ba163200eb3f3fa0f5d8b981a690ff5dd42fab7844182446289
|
|
| MD5 |
c0910c99ec8461bb4b1028fd11c90c49
|
|
| BLAKE2b-256 |
8d0fee330f57d0905e38a01e142398274e09eb0a38b7ad52ea6284578b88dd0b
|