Skip to main content

Helpers for deploying Django on AWS

Project description

Documentation Status Style badge License badge

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


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 hashes)

Uploaded Source

Built Distribution

django_aws_utils-1.0.0-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page