معرفی شرکت ها


django-webix-1.4.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

-
ویژگی مقدار
سیستم عامل -
نام فایل django-webix-1.4.0
نام django-webix
نسخه کتابخانه 1.4.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده MPA Solutions
ایمیل نویسنده info@mpasol.it
آدرس صفحه اصلی https://github.com/MPASolutions/django-webix
آدرس اینترنتی https://pypi.org/project/django-webix/
مجوز GNU GPLv3 License
.. _Webix: https://webix.com Django Webix ============ .. image:: https://badge.fury.io/py/django-webix.svg :target: https://badge.fury.io/py/django-webix :alt: Version .. image:: https://travis-ci.org/MPASolutions/django-webix.svg?branch=master :target: https://travis-ci.org/MPASolutions/django-webix :alt: Build .. image:: https://readthedocs.org/projects/django-webix/badge/?version=latest :target: http://django-webix.readthedocs.org/en/latest/?badge=latest .. image:: https://codecov.io/gh/MPASolutions/django-webix/branch/master/graph/badge.svg :target: https://codecov.io/gh/MPASolutions/django-webix :alt: Codecov .. image:: https://img.shields.io/github/issues/MPASolutions/django-webix.svg :target: https://github.com/MPASolutions/django-webix/issues :alt: Issues .. image:: https://img.shields.io/pypi/pyversions/django-webix.svg :target: https://img.shields.io/pypi/pyversions/django-webix.svg :alt: Py versions .. image:: https://img.shields.io/badge/license-MIT-blue.svg :target: https://raw.githubusercontent.com/MPASolutions/django-webix/master/LICENSE :alt: License Use the Webix_ JavaScript UI library with Django Documentation ------------- The full documentation is at https://django-webix.readthedocs.io. Quickstart ---------- Install Django Webix: .. code-block:: bash $ pip install django-webix Add ``django-webix`` to your ``INSTALLED_APPS`` .. code-block:: python INSTALLED_APPS = [ # ... 'django_webix', # ... ] Add ``django-webix`` URLconf to your project ``urls.py`` file .. code-block:: python from django.conf.urls import url, include urlpatterns = [ # ... url(r'^django-webix/', include('django_webix.urls')), # ... ] Add internationalization to `TEMPLATES` .. code-block:: python TEMPLATES = [ { # ... 'OPTIONS': { 'context_processors': [ # ... 'django.template.context_processors.i18n', ], }, }, ] Include ``webix static files`` folder in your django staticfiles folder as ``webix`` and add static configuration .. code-block:: python STATICFILES_FINDERS = ( 'django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder', ) STATICFILES_DIRS = ( os.path.join(BASE_DIR, 'staticfiles'), ) STATIC_URL = '/static/' Running Tests ------------- Does the code actually work? .. code-block:: bash $ source <YOURVIRTUALENV>/bin/activate $ (myenv) $ pip install tox $ (myenv) $ tox Contributors ------------ Here is a list of Django-Webix's contributors. .. image:: https://contributors-img.web.app/image?repo=MPASolutions/django-webix :target: https://github.com/MPASolutions/django-webix/graphs/contributors :alt: Contributors


نحوه نصب


نصب پکیج whl django-webix-1.4.0:

    pip install django-webix-1.4.0.whl


نصب پکیج tar.gz django-webix-1.4.0:

    pip install django-webix-1.4.0.tar.gz