# django-simple-deploy
Deployment, for Djangonauts with deadlines.
## Documentation
The full documentation for this project is at [Read the Docs](https://django-simple-deploy.readthedocs.io/en/latest/).
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](https://fly.io), [Platform.sh](https://platform.sh), and [Heroku](https://heroku.com) 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](https://raw.githubusercontent.com/ehmatthes/django-simple-deploy/main/assets/simplest_example.png)
The above command will deploy your project to Heroku. To deploy to another platform such as Platform.sh, just change the `--platform` argument:
```sh
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.
Raw data
{
"_id": null,
"home_page": null,
"name": "django-simple-deploy",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "django, deployment",
"author": null,
"author_email": "Eric Matthes <ehmatthes@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/3a/0f/a934810624dae189797fa8690dee2c2aa5a8f251496b0e6b9f2a32bba45a/django_simple_deploy-0.9.0.tar.gz",
"platform": null,
"description": "# django-simple-deploy\n\nDeployment, for Djangonauts with deadlines.\n\n## Documentation\n\nThe full documentation for this project is at [Read the Docs](https://django-simple-deploy.readthedocs.io/en/latest/).\n\nSome 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.\n\n## Quickstart\n\nThis app gives you a management command that configures your project for an initial deployment. It targets [Fly.io](https://fly.io), [Platform.sh](https://platform.sh), and [Heroku](https://heroku.com) at the moment, and can be expanded to target other platforms as well.\n\nIf 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`.\n\n![Simplest example of how to use django-simple-deploy](https://raw.githubusercontent.com/ehmatthes/django-simple-deploy/main/assets/simplest_example.png)\n\nThe above command will deploy your project to Heroku. To deploy to another platform such as Platform.sh, just change the `--platform` argument:\n\n```sh\npython manage.py simple_deploy --platform platform_sh\n```\n\nAll output is captured and written to a log file stored in `simple_deploy_logs/`, which is placed at the project's root directory.\n",
"bugtrack_url": null,
"license": null,
"summary": "Deployment, for Djangonauts with deadlines.",
"version": "0.9.0",
"project_urls": {
"Changelog": "https://github.com/django-simple-deploy/django-simple-deploy/blob/main/CHANGELOG.md",
"Documentation": "https://django-simple-deploy.readthedocs.io/en/latest/",
"GitHub": "https://github.com/django-simple-deploy/django-simple-deploy"
},
"split_keywords": [
"django",
" deployment"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0a5a0fc0e45cc17b9f98397d84289718df5415513a9eab480859fe5b52ca4dac",
"md5": "9e8f496cf8e555024655f5f6d6568f75",
"sha256": "d44fb5b262a992bdffee95782fbc9684fdd5ca2c9153083d42307520ac1a8220"
},
"downloads": -1,
"filename": "django_simple_deploy-0.9.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9e8f496cf8e555024655f5f6d6568f75",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 27112,
"upload_time": "2024-12-09T13:56:58",
"upload_time_iso_8601": "2024-12-09T13:56:58.721077Z",
"url": "https://files.pythonhosted.org/packages/0a/5a/0fc0e45cc17b9f98397d84289718df5415513a9eab480859fe5b52ca4dac/django_simple_deploy-0.9.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3a0fa934810624dae189797fa8690dee2c2aa5a8f251496b0e6b9f2a32bba45a",
"md5": "cd9bc5d1ce3ba6c2f13c7496bc163fcb",
"sha256": "5d64f9dc1476da5835ac8f7fa25d22d366b2ab23e00385f503861514bcf98d88"
},
"downloads": -1,
"filename": "django_simple_deploy-0.9.0.tar.gz",
"has_sig": false,
"md5_digest": "cd9bc5d1ce3ba6c2f13c7496bc163fcb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 58029,
"upload_time": "2024-12-09T13:57:00",
"upload_time_iso_8601": "2024-12-09T13:57:00.363096Z",
"url": "https://files.pythonhosted.org/packages/3a/0f/a934810624dae189797fa8690dee2c2aa5a8f251496b0e6b9f2a32bba45a/django_simple_deploy-0.9.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-09 13:57:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "django-simple-deploy",
"github_project": "django-simple-deploy",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "asgiref",
"specs": [
[
"==",
"3.8.1"
]
]
},
{
"name": "babel",
"specs": [
[
"==",
"2.16.0"
]
]
},
{
"name": "black",
"specs": [
[
"==",
"24.10.0"
]
]
},
{
"name": "build",
"specs": [
[
"==",
"1.2.2.post1"
]
]
},
{
"name": "certifi",
"specs": [
[
"==",
"2024.8.30"
]
]
},
{
"name": "charset-normalizer",
"specs": [
[
"==",
"3.4.0"
]
]
},
{
"name": "click",
"specs": [
[
"==",
"8.1.7"
]
]
},
{
"name": "colorama",
"specs": [
[
"==",
"0.4.6"
]
]
},
{
"name": "distlib",
"specs": [
[
"==",
"0.3.9"
]
]
},
{
"name": "django",
"specs": [
[
"==",
"5.1.3"
]
]
},
{
"name": "docutils",
"specs": [
[
"==",
"0.21.2"
]
]
},
{
"name": "filelock",
"specs": [
[
"==",
"3.16.1"
]
]
},
{
"name": "ghp-import",
"specs": [
[
"==",
"2.1.0"
]
]
},
{
"name": "idna",
"specs": [
[
"==",
"3.10"
]
]
},
{
"name": "importlib-metadata",
"specs": [
[
"==",
"8.5.0"
]
]
},
{
"name": "iniconfig",
"specs": [
[
"==",
"2.0.0"
]
]
},
{
"name": "jaraco-classes",
"specs": [
[
"==",
"3.4.0"
]
]
},
{
"name": "jaraco-context",
"specs": [
[
"==",
"6.0.1"
]
]
},
{
"name": "jaraco-functools",
"specs": [
[
"==",
"4.1.0"
]
]
},
{
"name": "jinja2",
"specs": [
[
"==",
"3.1.4"
]
]
},
{
"name": "keyring",
"specs": [
[
"==",
"25.5.0"
]
]
},
{
"name": "markdown",
"specs": [
[
"==",
"3.7"
]
]
},
{
"name": "markdown-it-py",
"specs": [
[
"==",
"3.0.0"
]
]
},
{
"name": "markupsafe",
"specs": [
[
"==",
"3.0.2"
]
]
},
{
"name": "mdurl",
"specs": [
[
"==",
"0.1.2"
]
]
},
{
"name": "mergedeep",
"specs": [
[
"==",
"1.3.4"
]
]
},
{
"name": "mkdocs",
"specs": [
[
"==",
"1.6.1"
]
]
},
{
"name": "mkdocs-get-deps",
"specs": [
[
"==",
"0.2.0"
]
]
},
{
"name": "mkdocs-material",
"specs": [
[
"==",
"9.5.44"
]
]
},
{
"name": "mkdocs-material-extensions",
"specs": [
[
"==",
"1.3.1"
]
]
},
{
"name": "more-itertools",
"specs": [
[
"==",
"10.5.0"
]
]
},
{
"name": "mypy-extensions",
"specs": [
[
"==",
"1.0.0"
]
]
},
{
"name": "nh3",
"specs": [
[
"==",
"0.2.18"
]
]
},
{
"name": "packaging",
"specs": [
[
"==",
"24.2"
]
]
},
{
"name": "paginate",
"specs": [
[
"==",
"0.5.7"
]
]
},
{
"name": "pathspec",
"specs": [
[
"==",
"0.12.1"
]
]
},
{
"name": "pipenv",
"specs": [
[
"==",
"2024.4.0"
]
]
},
{
"name": "pkginfo",
"specs": [
[
"==",
"1.10.0"
]
]
},
{
"name": "platformdirs",
"specs": [
[
"==",
"4.3.6"
]
]
},
{
"name": "pluggy",
"specs": [
[
"==",
"1.5.0"
]
]
},
{
"name": "pygments",
"specs": [
[
"==",
"2.18.0"
]
]
},
{
"name": "pymdown-extensions",
"specs": [
[
"==",
"10.12"
]
]
},
{
"name": "pyproject-hooks",
"specs": [
[
"==",
"1.2.0"
]
]
},
{
"name": "pytest",
"specs": [
[
"==",
"8.3.3"
]
]
},
{
"name": "python-dateutil",
"specs": [
[
"==",
"2.9.0.post0"
]
]
},
{
"name": "pyyaml",
"specs": [
[
"==",
"6.0.2"
]
]
},
{
"name": "pyyaml-env-tag",
"specs": [
[
"==",
"0.1"
]
]
},
{
"name": "readme-renderer",
"specs": [
[
"==",
"44.0"
]
]
},
{
"name": "regex",
"specs": [
[
"==",
"2024.11.6"
]
]
},
{
"name": "requests",
"specs": [
[
"==",
"2.32.3"
]
]
},
{
"name": "requests-toolbelt",
"specs": [
[
"==",
"1.0.0"
]
]
},
{
"name": "rfc3986",
"specs": [
[
"==",
"2.0.0"
]
]
},
{
"name": "rich",
"specs": [
[
"==",
"13.9.4"
]
]
},
{
"name": "setuptools",
"specs": [
[
"==",
"75.5.0"
]
]
},
{
"name": "six",
"specs": [
[
"==",
"1.16.0"
]
]
},
{
"name": "sqlparse",
"specs": [
[
"==",
"0.5.1"
]
]
},
{
"name": "toml",
"specs": [
[
"==",
"0.10.2"
]
]
},
{
"name": "twine",
"specs": [
[
"==",
"5.1.1"
]
]
},
{
"name": "urllib3",
"specs": [
[
"==",
"2.2.3"
]
]
},
{
"name": "virtualenv",
"specs": [
[
"==",
"20.27.1"
]
]
},
{
"name": "watchdog",
"specs": [
[
"==",
"6.0.0"
]
]
},
{
"name": "zipp",
"specs": [
[
"==",
"3.21.0"
]
]
}
],
"lcname": "django-simple-deploy"
}