معرفی شرکت ها


django-dcolumns-3.1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

An app to give any Django database model the ability to dynamically add fields.
ویژگی مقدار
سیستم عامل -
نام فایل django-dcolumns-3.1.0
نام django-dcolumns
نسخه کتابخانه 3.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Carl J. Nobile
ایمیل نویسنده carl.nobile@gmail.com
آدرس صفحه اصلی https://github.com/cnobile2012/dcolumn
آدرس اینترنتی https://pypi.org/project/django-dcolumns/
مجوز MIT
==================================== Django Tool to Create Dynamic Fields ==================================== .. image:: http://img.shields.io/pypi/v/django-dcolumns.svg :target: https://pypi.python.org/pypi/django-dcolumns :alt: PyPI Version .. image:: http://img.shields.io/pypi/wheel/django-dcolumns.svg :target: https://pypi.python.org/pypi/django-dcolumns :alt: PyPI Wheel .. image:: http://img.shields.io/pypi/l/django-dcolumns.svg :target: https://pypi.python.org/pypi/django-dcolumns :alt: License .. image:: https://img.shields.io/pypi/pyversions/django-dcolumns.svg :target: https://pypi.python.org/pypi/django-dcolumns :alt: PY Versions .. image:: http://img.shields.io/travis/cnobile2012/dcolumn/master.svg :target: http://travis-ci.org/cnobile2012/dcolumn :alt: Build Status .. image:: http://img.shields.io/coveralls/cnobile2012/dcolumn/master.svg :target: https://coveralls.io/r/cnobile2012/dcolumn :alt: Test Coverage The MIT License (MIT) Overview -------- DColumn is a Django plugin that lets the developer add columns to a model dynamically. It does this in the same way that the admin uses an inline model. Matter-of-fact that is exactly how the additional columns are displayed in the admin. The only addition is that there is special JavaScript that converts the column type to the type you have previously set it to. This can be done, because any type of field can be represented as a string. There are two methods on any model you define as a **Dcolumn** model that does conversion in and out of the type you have set. DColumn now will only work with Django 3.2 and above and therefore only Python 3.6 and above. .. warning:: Version 2.0 is a partial rewrite of **Django DColumns** and is NOT backwards compatible with previous versions. It now needs to use fields defined in user forms. The latest releases of Django would not work with the old way Dcolumns had previously handled fields. This is actually better as it is now more consistent with how Django does things. Provides -------- 1. Functionality to permit the addition of fields to a model through the admin. 2. Add pseudo models for static data objects. 3. The admin reflects all newly added fields in the correct type. Feel free to contact me at: carl dot nobile at gmail.com Complete Documentation can be found on `Read the Docs <https://readthedocs.org/>`_ at: `Django DColumns <http://django-dcolumns.readthedocs.io/en/latest/>`_


نیازمندی

مقدار نام
- django
- dateutils
- python-dateutil


نحوه نصب


نصب پکیج whl django-dcolumns-3.1.0:

    pip install django-dcolumns-3.1.0.whl


نصب پکیج tar.gz django-dcolumns-3.1.0:

    pip install django-dcolumns-3.1.0.tar.gz