Django Package which enable Gmail API to send email inside your project
Project description
Django Google Mailer
Django Google Mailer is a Django package which uses Gmail API to send emails to users as an administrator.
Developing
make
. venv/bin/activate
make setup
make run
Testing
django-admin startproject mysite && cd mysite
python3 -m venv venv && . venv/bin/activate
pip install django
pip install ../django-google-mailer/dist/django-google-mailer-0.1.tar.gz
echo "urlpatterns += [path('gmailer/', include('gmailer.urls')),]" >> mysite/urls.py
python manage.py makemigrations && python manage.py migrate
python manage.py runserver localhost:8000
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
Built Distribution
File details
Details for the file django-google-mailer-0.3.1.tar.gz
.
File metadata
- Download URL: django-google-mailer-0.3.1.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5eedfa7f834c511a282ef5751ca6e9304a812c9acbd6b79e0edb8037a73623d7
|
|
MD5 |
d931ea757ec1c66d8c805228ec3ec722
|
|
BLAKE2b-256 |
e7d4fa778a949e636cd3df8a18086545901544babd0d76f8bdf82348424cf98b
|
File details
Details for the file django_google_mailer-0.3.1-py2.py3-none-any.whl
.
File metadata
- Download URL: django_google_mailer-0.3.1-py2.py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
2c4d22d12db94c2cf874cdc799e0dce9a1c527179264839e268de1c0f67a5490
|
|
MD5 |
290fee57cefce748c4e79eb202b06240
|
|
BLAKE2b-256 |
db70ebcf94524f28a9e94a3cb963de8ca9b5564db7f76a96abaf2b9229a6f198
|