معرفی شرکت ها


django-model-controller-0.4.6


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A model tracking field
ویژگی مقدار
سیستم عامل -
نام فایل django-model-controller-0.4.6
نام django-model-controller
نسخه کتابخانه 0.4.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Khemanorak Khath
ایمیل نویسنده khath.khemanorak@google.com
آدرس صفحه اصلی https://github.com/NorakGithub/django-model-controller
آدرس اینترنتی https://pypi.org/project/django-model-controller/
مجوز BSD
Django Model Controller ======================= .. image:: https://travis-ci.org/NorakGithub/django-model-controller.svg?branch=master :target: https://travis-ci.org/NorakGithub/django-model-controller .. image:: https://readthedocs.org/projects/django-model-controller/badge/?version=latest **Model instance tracker.** Full documentation for this project available at `http://django-model-controller.readthedocs.io <http://django-model-controller.readthedocs.io>`_ ---- Overview -------- Come to a time that you want to able to keep track on each record of data that was created or updated. This project give you the ability to answer these questions: When this record was created? When this record was updated? Who created this record? Who updated this record? These are the classes that you can use to extend your classes: Model ----- - **AbstractTimeStampMarker** model datetime create and update - **AbstractModelController** model datetime and who create and update Form ---- - **ModelControllerForm** form for automatically setup who create and update View ---- - **CreateViewMixin** view that used form class extended from ModelControllerForm must extend from CreateViewMixin - **UpdateViewMixin** similar to CreateViewMixin but for UpdateView Requirements ------------ - Python (2.7, 3.2, 3.4, 3.5, 3.6) - Django (1.8, 1.9, 1.10, 2.x.x, 3.x.x) Quick start ----------- Install using pip: .. code-block:: sh pip install django-model-controller


نیازمندی

مقدار نام
>=1.7 django
>=1.8.1 django-braces
>=1.6.1 django-crispy-forms


نحوه نصب


نصب پکیج whl django-model-controller-0.4.6:

    pip install django-model-controller-0.4.6.whl


نصب پکیج tar.gz django-model-controller-0.4.6:

    pip install django-model-controller-0.4.6.tar.gz