django-simple-deploy


Namedjango-simple-deploy JSON
Version 0.8.1 PyPI version JSON
download
home_pageNone
SummaryDeployment, for Djangonauts with deadlines.
upload_time2024-11-15 02:42:48
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords django deployment
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # django-simple-deploy

Initial Django deployments made easy.

## 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/e6/2a/4698dc3bb68c178015a6844e011c5fd194c05b8e21d54bb123add1b41cee/django_simple_deploy-0.8.1.tar.gz",
    "platform": null,
    "description": "# django-simple-deploy\n\nInitial Django deployments made easy.\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.8.1",
    "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": "57aab222f32fb0ba12b8931a9a049c9f350bc399860da6e7c84997a93771a33e",
                "md5": "139cd13a0cde1170cfa47c21ed774c0a",
                "sha256": "687372a308ae7332e71edb5153f084c9f4b2579a0cbeaab4c0ce0fe8632a3cc1"
            },
            "downloads": -1,
            "filename": "django_simple_deploy-0.8.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "139cd13a0cde1170cfa47c21ed774c0a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 27255,
            "upload_time": "2024-11-15T02:42:46",
            "upload_time_iso_8601": "2024-11-15T02:42:46.401161Z",
            "url": "https://files.pythonhosted.org/packages/57/aa/b222f32fb0ba12b8931a9a049c9f350bc399860da6e7c84997a93771a33e/django_simple_deploy-0.8.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e62a4698dc3bb68c178015a6844e011c5fd194c05b8e21d54bb123add1b41cee",
                "md5": "d37a462e3292b65ecbe2324f686d4667",
                "sha256": "17f9edf6c99805ecd804ec8d380dee70e5a385bcd64358fb87d5fee9cbcdc2c3"
            },
            "downloads": -1,
            "filename": "django_simple_deploy-0.8.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d37a462e3292b65ecbe2324f686d4667",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 57495,
            "upload_time": "2024-11-15T02:42:48",
            "upload_time_iso_8601": "2024-11-15T02:42:48.173041Z",
            "url": "https://files.pythonhosted.org/packages/e6/2a/4698dc3bb68c178015a6844e011c5fd194c05b8e21d54bb123add1b41cee/django_simple_deploy-0.8.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-15 02:42:48",
    "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": [],
    "lcname": "django-simple-deploy"
}
        
Elapsed time: 1.31676s