معرفی شرکت ها


django-publishable-model-0.1.5


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Make your models publishable in an easy way, the admin will be smart and easily configurable
ویژگی مقدار
سیستم عامل -
نام فایل django-publishable-model-0.1.5
نام django-publishable-model
نسخه کتابخانه 0.1.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده FrankHood Business Solutions srl
ایمیل نویسنده info@frankhood.it
آدرس صفحه اصلی https://github.com/frankhood/django-publishable-model
آدرس اینترنتی https://pypi.org/project/django-publishable-model/
مجوز MIT
============================= Django Publishable Model ============================= .. image:: https://badge.fury.io/py/django-publishable-model.svg/?style=flat-square :target: https://badge.fury.io/py/django-publishable-model .. image:: https://readthedocs.org/projects/pip/badge/?version=latest&style=flat-square :target: https://django-publishable-model.readthedocs.io/en/latest/ .. image:: https://img.shields.io/coveralls/github/frankhood/django-publishable-model/master?style=flat-square :target: https://coveralls.io/github/frankhood/django-publishable-model?branch=master :alt: Coverage Status Make your models publishable in an easy way, the admin will be smart and easily configurable Documentation ------------- The full documentation is at https://django-publishable-model.readthedocs.io. Quickstart ---------- Install Django Publishable Model:: pip install django-publishable-model Add it to your `INSTALLED_APPS`: .. code-block:: python INSTALLED_APPS = ( ... 'publishable_model', ... ) Features -------- * Handle of Django Model's publication. Example of usage ---------------- .. code-block:: python from publishable_model.models import PublishableModel class News(PublishableModel, models.Model): title = models.CharField(_("Title"), max_length=64, ) content = models.TextField(_("Content"), blank=True, default="") def __str__(self): return self.title class Meta(PublishableModel.Meta): verbose_name = _('News') verbose_name_plural = _('News') Running Tests ------------- Does the code actually work? :: source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox or ./manage.py test tests Development commands -------------------- :: pip install -r requirements_dev.txt invoke -l Credits ------- Tools used in rendering this package: * Cookiecutter_ * `cookiecutter-djangopackage`_ .. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage History ------- 0.1.4 (2021-11-11) ++++++++++++++++++ * Fix on readme and license. 0.1.3 (2021-11-11) ++++++++++++++++++ * Fix on readme. 0.1.2 (2021-11-11) ++++++++++++++++++ * Fix on readme. 0.1.1 (2021-11-11) ++++++++++++++++++ * Add tox configuration. 0.1.0 (2020-09-21) ++++++++++++++++++ * First release.


نیازمندی

مقدار نام
>=2.2 Django
>=2.0 django-model-utils


نحوه نصب


نصب پکیج whl django-publishable-model-0.1.5:

    pip install django-publishable-model-0.1.5.whl


نصب پکیج tar.gz django-publishable-model-0.1.5:

    pip install django-publishable-model-0.1.5.tar.gz