No project description provided
Project description
django-async-email
EMAILS_TEMPLATES = {
"password_reset": {
"subject": "registration/password_set_subject.txt",
"body_html": "registration/password_set_email.html",
"body_txt": "registration/password_set_email.txt",
}
}
Important notes
Be careful with the email configured on the settings.DEFAULT_FROM_EMAIL.
An invalid email on settings.DEFAULT_FROM_EMAIL will not allow your project to run
python setup.py sdist bdist_wheel && pip uninstall -y django_async_email && python -m pip install dist/django_async_email-0.1.0-py2.py3-none-any.whl
Demo project
cd demo_project
# Build and run the docker image
docker-compose build && docker-compose up -d demo_project
# Run migrations
docker-compose exec demo_project python manage.py migrate
# Create the superuser
docker-compose exec demo_project python manage.py createsuperuser
celery worker --app=demo_project.celery -l info --pool=eventlet
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
async-email-0.1.0.tar.gz
(11.6 kB
view details)
Built Distribution
File details
Details for the file async-email-0.1.0.tar.gz
.
File metadata
- Download URL: async-email-0.1.0.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.2 CPython/3.8.5 Linux/5.4.0-48-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43cf2656afe456023907078eb1b4ef6a84c624e92dfcbc2509ade7bc2d503002 |
|
MD5 | 81e439dbd19969e4efeaa03bb3a59758 |
|
BLAKE2b-256 | 17035fe6e1f154f56c43ed5bc3b06160d4daa70bda6efbca2d7d72febe0ae9c5 |
File details
Details for the file async_email-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: async_email-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 18.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.2 CPython/3.8.5 Linux/5.4.0-48-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5838ae64171a0ef2d18503aa3ec03a04efd4d9d6cc8e70cee5dbee771e82e9f |
|
MD5 | 2e5af043cd991fbb0f78123e37d461ec |
|
BLAKE2b-256 | 5bb975bf5b9d4cf8fd4cb80d833e1862b8cbf9da574c12cbfd2715d9f32fe871 |