django-sendgrid-v5
An implementation of Django's EmailBackend compatible with sendgrid-python v5+
File Explorer
Download Latest Version (.zip)- pipeline.yml
- stale.yml
- __init__.py
- decorators.py
- mail.py
- signals.py
- util.py
- version.py
- __init__.py
- linux-penguin.png
- test_backend_init.py
- test_decorators.py
- test_echo_to_stream.py
- test_mail.py
- test_post_to_sendgrid.py
- test_sandbox_mode.py
- .flake8
- .gitignore
- .mypy.ini
- CONTRIBUTING.md
- dev-requirements.txt
- LICENSE
- MANIFEST.in
- publish.sh
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/sklarsa/django-sendgrid-v5
Downloads the entire project code from GitHub to your computer.
cd django-sendgrid-v5
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
