معرفی شرکت ها


django-automationcommon-1.9


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Common functionality across different Django projects of the UofC UIS Automation team
ویژگی مقدار
سیستم عامل -
نام فایل django-automationcommon-1.9
نام django-automationcommon
نسخه کتابخانه 1.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Automation team, University Information Services, University of Cambridge
ایمیل نویسنده automation@uis.cam.ac.uk
آدرس صفحه اصلی https://git.csx.cam.ac.uk/i/ucs/automation/django-automationcommon
آدرس اینترنتی https://pypi.org/project/django-automationcommon/
مجوز MIT
================= Automation Common ================= Automation Common is a simple Django app that provides common functionality across different Django projects of the UofC UIS Automation team. Quick start ----------- testfixtures 1. Add "automationcommon" to your INSTALLED_APPS setting like this:: INSTALLED_APPS = [ ... 'automationcommon', ] 2. Include the automationcommon URLconf in your project urls.py like this:: url(r'', include('automationcommon.urls')), 3. Run `python manage.py migrate` to create the automationcommon models. 4. All module logging writes to a logger named 'automationcommon' 5. The unittests can be run using the runtests.py script. 6. This module has an audit trail feature that allows you to capture update to / deletes of selected models. To track changes to a model simple use the ModelChangeMixin (preceding models.Model). To capture the "editor" use automationcommon.models.set_local_user() to set the user to be used in the audit trail or configure your app like this:: MIDDLEWARE_CLASSES = ( ... 'automationcommon.middleware.RequestUserMiddleware', ... )


نحوه نصب


نصب پکیج whl django-automationcommon-1.9:

    pip install django-automationcommon-1.9.whl


نصب پکیج tar.gz django-automationcommon-1.9:

    pip install django-automationcommon-1.9.tar.gz