معرفی شرکت ها


Django-Deployment-Tools-0.5.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Django deployment utilities
ویژگی مقدار
سیستم عامل -
نام فایل Django-Deployment-Tools-0.5.0
نام Django-Deployment-Tools
نسخه کتابخانه 0.5.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Orange Cloud for Business
ایمیل نویسنده yves-gwenael.bourhis@orange.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/Django-Deployment-Tools/
مجوز -
# Django Deployement Tools Tools to help deploy a django application. ## INSTALLATION: pip install Django-Deployment-Tools ## CONFIGURATION: Add `'django_deploy_tools',` in your `settings.INSTALLED_APPS`. Add a `STATIC_ROOT` variable in your django `settings.py` file. See <https://docs.djangoproject.com/en/3.0/ref/settings/#static-files>, <https://docs.djangoproject.com/en/3.0/ref/settings/#static-root> and <https://docs.djangoproject.com/en/3.0/howto/static-files/> for more details. ## USAGE: First collect static files: python manage.py collectstatic If you have django-compressor (optional) run: python manage.py compress (see <https://django-compressor.readthedocs.io/en/stable/> for more details). Then, create a wsgi file: python manage.py make_sgi --wsgi --out path/to/wsgi_file And then generate an apache configuration file: python manage.py make_apache_conf --wsgi path/to/wsgi_file --sll --out /path/to/apache_conf_file For more information check : python manage.py make_apache_conf -h Especially to define the proper ssl certificates. If not specified when creating the configuration file you will have to edit the generated apache configuration. ## DEVELOPMENT: If you want to contribute, deployement commands are to be added in the `management/commands` directory: <https://github.com/ygbourhis/django_deploy_tools/tree/master/django_deploy_tools/management/commands> As per the django documentation: <https://docs.djangoproject.com/en/dev/howto/custom-management-commands/> And configuration templates used by the commands are put in the `templates/django_deploy_tools`directory: <https://github.com/ygbourhis/django_deploy_tools/tree/master/django_deploy_tools/templates/django_deploy_tools> Then, before adding a pull request, run the `check_code` script to check coding rules TODO: Add unittests.


نیازمندی

مقدار نام
!=2.1.0,>=5.4.4 pbr
>=1.10.0 six
<2,>=1.11 Django
>=2.2.6 Django


نحوه نصب


نصب پکیج whl Django-Deployment-Tools-0.5.0:

    pip install Django-Deployment-Tools-0.5.0.whl


نصب پکیج tar.gz Django-Deployment-Tools-0.5.0:

    pip install Django-Deployment-Tools-0.5.0.tar.gz