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
.
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
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
Hashes for django_simple_deploy-0.7.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdb4c257d8149d3f3ca21cd6ef8189476be05197e92586e4a2b76c9d7316f774 |
|
MD5 | 5111a0d444ef7a19776ea500688072ab |
|
BLAKE2b-256 | ddd076609cf8299932ea13178559f063c7999d8837325768b5415bc5787270ad |
Hashes for django_simple_deploy-0.7.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0be84d6da931c962234d0b51aeb7efadde8598b4b3dea10ff3d17d7d69054f52 |
|
MD5 | 2bf6846a7881a426eddd89433a6995fd |
|
BLAKE2b-256 | dfb49ef5164142e1a8d8a4efd8665e731a3ee827fb2e15ddc03953950f70f50c |