This is a package of utilities that aim to help with Django deployment on AWS.
See the main documentation site for details.
Usage
The package is available on PyPI.
pip install django-aws-utils
Then import the functions you need:
from django_aws_utils import get_ec2_ip
ALLOWED_HOSTS = [
get_ec2_ip(),
"myapp.my.domain.com",
]
License
This project is released under the terms of the “New” BSD 3-Clause license. Please see LICENSE for the full licence text.
Release files for django-aws-utils 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-aws-utils-1.0.0.tar.gz | 12.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_aws_utils-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.1 kB
Release files / django-aws-utils-1.0.0.tar.gz
| Download URL | django-aws-utils-1.0.0.tar.gz |
|---|---|
| Size | 12.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7d2681f60fe920dc679be7e4102394173de22c7f41b19dfaba1a644e1aff2e08
|
|
BLAKE2b-256 checksum How to use checksums |
325e654dbb601ec5602aee0ccead39cab445568245a7da6b6c1c3cd325b8ed40
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1
|
Release files / django_aws_utils-1.0.0-py3-none-any.whl
| Download URL | django_aws_utils-1.0.0-py3-none-any.whl |
|---|---|
| Size | 4.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d03752c2b6be1c7b5120943f6913f5083b063e4790b64029c066d68d265513af
|
|
BLAKE2b-256 checksum How to use checksums |
1050496c0e5f4eecb2ab3d0f34133ec39ed8e5ef98b7a997139a25d0e5701f0a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1
|