معرفی شرکت ها


django-units-0.2.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A Django app to convert units between different systems
ویژگی مقدار
سیستم عامل -
نام فایل django-units-0.2.1
نام django-units
نسخه کتابخانه 0.2.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Daniel Kaufhold
ایمیل نویسنده daniel.kaufhold@bitmazk.com
آدرس صفحه اصلی https://github.com/bitmazk/django-units
آدرس اینترنتی https://pypi.org/project/django-units/
مجوز The MIT License
Django Units [WIP] ================== A Django app to convert units between different systems. It is meant to simplify the need to use different unit systems at the same time. E.g. providing inputs, that allow entering distances and weights in the imperial or the metric system. Installation ------------ To get the latest stable release from PyPi .. code-block:: bash pip install django-units To get the latest commit from GitHub .. code-block:: bash pip install -e git+git://github.com/bitmazk/django-units.git#egg=units TODO: Describe further installation steps (edit / remove the examples below): Add ``units`` to your ``INSTALLED_APPS`` .. code-block:: python INSTALLED_APPS = ( ..., 'units', ) Add the ``units`` URLs to your ``urls.py`` .. code-block:: python urlpatterns = patterns('', ... url(r'^units/', include('units.urls')), ) Before your tags/filters are available in your templates, load them by using .. code-block:: html {% load units_tags %} Don't forget to migrate your database .. code-block:: bash ./manage.py migrate units Usage ----- TODO: Describe usage or point to docs. Also describe available settings and templatetags. Point to constants, form mixin and general conversion utils. [WIP] Contribute ---------- If you want to contribute to this project, please perform the following steps .. code-block:: bash # Fork this repository # Clone your fork mkvirtualenv -p python2.7 django-units make develop git co -b feature_branch master # Implement your feature and tests git add . && git commit git push -u origin feature_branch # Send us a pull request for your feature branch


نحوه نصب


نصب پکیج whl django-units-0.2.1:

    pip install django-units-0.2.1.whl


نصب پکیج tar.gz django-units-0.2.1:

    pip install django-units-0.2.1.tar.gz