Helpers for deploying Django on AWS
Project description
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.
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
django-aws-utils-1.0.0.tar.gz
(12.5 kB
view details)
Built Distribution
File details
Details for the file django-aws-utils-1.0.0.tar.gz
.
File metadata
- Download URL: django-aws-utils-1.0.0.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7d2681f60fe920dc679be7e4102394173de22c7f41b19dfaba1a644e1aff2e08
|
|
MD5 |
4f3eae78eab6592a7c2d4b5ad4703798
|
|
BLAKE2b-256 |
325e654dbb601ec5602aee0ccead39cab445568245a7da6b6c1c3cd325b8ed40
|
File details
Details for the file django_aws_utils-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: django_aws_utils-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d03752c2b6be1c7b5120943f6913f5083b063e4790b64029c066d68d265513af
|
|
MD5 |
49f96e6d791574659ef01352776d7535
|
|
BLAKE2b-256 |
1050496c0e5f4eecb2ab3d0f34133ec39ed8e5ef98b7a997139a25d0e5701f0a
|