معرفی شرکت ها


django-simple-deploy-0.5.9


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A management command that auto-configures a Django project for deployment.
ویژگی مقدار
سیستم عامل -
نام فایل django-simple-deploy-0.5.9
نام django-simple-deploy
نسخه کتابخانه 0.5.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Eric Matthes
ایمیل نویسنده ehmatthes@gmail.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/django-simple-deploy/
مجوز BSD
django-simple-deploy === 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. *Initial Django deployments made easy* 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: ``` $ 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.


نیازمندی

مقدار نام
>=3.0 Django
>=0.10.2 toml


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl django-simple-deploy-0.5.9:

    pip install django-simple-deploy-0.5.9.whl


نصب پکیج tar.gz django-simple-deploy-0.5.9:

    pip install django-simple-deploy-0.5.9.tar.gz