Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/resend/resend-django-example
https://github.com/resend/resend-django-example
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/resend/resend-django-example
- Owner: resend
- License: mit
- Created: 2023-06-07T00:39:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-01T08:57:33.000Z (11 months ago)
- Last Synced: 2024-04-21T03:58:04.429Z (7 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resend with Example
This example shows how to use Resend with [Example](https://example.com).
## Prerequisites
To get the most out of this guide, you’ll need to:
* [Create an API key](https://resend.com/api-keys)
* [Verify your domain](https://resend.com/domains)
* Install `virtualenv` by running `pip install virtualenv`## Instructions
1. Create and activate a new virtual env with:
```sh
virtualenv venv
source venv/bin/activate
```2. Install dependencies:
```sh
pip install -r requirements.txt
```3. Set your RESEND_API_KEY environment variable by running:
```sh
export RESEND_API_KEY="re_123456789"
```3. Execute the following command:
```sh
python manage.py runserver
```4. Nagivate to `http://127.0.0.1:8000/`
## License
MIT License