Skip to main content

A management command that auto-configures a Django project for deployment.

Project description

django-simple-deploy

Initial Django deployments made easy.

Documentation

The full documentation for this project is at Read the Docs.

Some documentation has not been moved to Read the Docs yet. You may find what you're looking for in the old_docs/ directory, but some of that information is out of date.

Quickstart

This app gives you a management command that configures your project for an initial deployment. It targets Fly.io, Platform.sh, and Heroku at the moment, and can be expanded to target other platforms as well.

If you have a relatively simple Django project that runs locally, you can deploy your project in a few short steps. The only change you'll need to make to your project is to add this app to INSTALLED_APPS.

Simplest example of how to use django-simple-deploy

The above command will deploy your project to Heroku. To deploy to another platform such as Platform.sh, just change the --platform argument:

python manage.py simple_deploy --platform platform_sh

All output is captured and written to a log file stored in simple_deploy_logs/, which is placed at the project's root directory.

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-simple-deploy-0.6.1.tar.gz (81.5 kB view hashes)

Uploaded Source

Built Distribution

django_simple_deploy-0.6.1-py3-none-any.whl (54.3 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