{ "info": { "author": "MPA Solutions", "author_email": "info@mpasol.it", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Framework :: Django :: 2.0", "Framework :: Django :: 2.1", "Framework :: Django :: 2.2", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": ".. _Webix: https://webix.com\n\nDjango Webix\n============\n\n\n.. image:: https://badge.fury.io/py/django-webix.svg\n :target: https://badge.fury.io/py/django-webix\n :alt: Version\n\n.. image:: https://travis-ci.org/MPASolutions/django-webix.svg?branch=master\n :target: https://travis-ci.org/MPASolutions/django-webix\n :alt: Build\n\n.. image:: https://readthedocs.org/projects/django-webix/badge/?version=latest\n :target: http://django-webix.readthedocs.org/en/latest/?badge=latest\n\n.. image:: https://codecov.io/gh/MPASolutions/django-webix/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/MPASolutions/django-webix\n :alt: Codecov\n\n.. image:: https://img.shields.io/github/issues/MPASolutions/django-webix.svg\n :target: https://github.com/MPASolutions/django-webix/issues\n :alt: Issues\n\n.. image:: https://img.shields.io/pypi/pyversions/django-webix.svg\n :target: https://img.shields.io/pypi/pyversions/django-webix.svg\n :alt: Py versions\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n :target: https://raw.githubusercontent.com/MPASolutions/django-webix/master/LICENSE\n :alt: License\n\nUse the Webix_ JavaScript UI library with Django\n\nDocumentation\n-------------\n\nThe full documentation is at https://django-webix.readthedocs.io.\n\n\nQuickstart\n----------\n\nInstall Django Webix:\n\n.. code-block:: bash\n\n $ pip install django-webix\n\nAdd ``django-webix`` to your ``INSTALLED_APPS``\n\n.. code-block:: python\n\n INSTALLED_APPS = [\n # ...\n 'django_webix',\n # ...\n ]\n\nAdd ``django-webix`` URLconf to your project ``urls.py`` file\n\n.. code-block:: python\n\n from django.conf.urls import url, include\n\n urlpatterns = [\n # ...\n url(r'^django-webix/', include('django_webix.urls')),\n # ...\n ]\n\nAdd internationalization to `TEMPLATES`\n\n.. code-block:: python\n\n TEMPLATES = [\n {\n # ...\n 'OPTIONS': {\n 'context_processors': [\n # ...\n 'django.template.context_processors.i18n',\n ],\n },\n },\n ]\n\nInclude ``webix static files`` folder in your django staticfiles folder as ``webix`` and add static configuration\n\n.. code-block:: python\n\n STATICFILES_FINDERS = (\n 'django.contrib.staticfiles.finders.FileSystemFinder',\n 'django.contrib.staticfiles.finders.AppDirectoriesFinder',\n )\n STATICFILES_DIRS = (\n os.path.join(BASE_DIR, 'staticfiles'),\n )\n STATIC_URL = '/static/'\n\n\nRunning Tests\n-------------\n\nDoes the code actually work?\n\n.. code-block:: bash\n\n $ source /bin/activate\n $ (myenv) $ pip install tox\n $ (myenv) $ tox", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MPASolutions/django-webix", "keywords": "", "license": "GNU GPLv3 License", "maintainer": "", "maintainer_email": "", "name": "django-webix", "package_url": "https://pypi.org/project/django-webix/", "platform": "", "project_url": "https://pypi.org/project/django-webix/", "project_urls": { "Homepage": "https://github.com/MPASolutions/django-webix" }, "release_url": "https://pypi.org/project/django-webix/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "", "version": "1.0.0" }, "last_serial": 5939191, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "dfb970cc403392935b90bb6573bd10c9", "sha256": "a1a41240eb5f9ce684f3b6d5235b3fdf10d161ea634c25ffdaf45744e95b8198" }, "downloads": -1, "filename": "django_webix-0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dfb970cc403392935b90bb6573bd10c9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 229371, "upload_time": "2018-09-26T14:22:11", "url": "https://files.pythonhosted.org/packages/6b/52/882e30917db7cd7bc7738930a6dfcf6c139176ca2609296e05830b7f0293/django_webix-0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "196682072ab3436508589764c70af526", "sha256": "feb3bc07cb8ad49742ec1fa302eab244ca7d87bff74ad9911cc2c985519b7b24" }, "downloads": -1, "filename": "django-webix-0.1.tar.gz", "has_sig": false, "md5_digest": "196682072ab3436508589764c70af526", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 227056, "upload_time": "2018-09-26T14:22:13", "url": "https://files.pythonhosted.org/packages/3f/08/92f89a3a191423ab4fd9780d0c8d35394aacf0cf56aaf3724a6dcc836d4c/django-webix-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "05ae66583ff867460c6cb34bb5dc2bd1", "sha256": "d230bdc1ba8f19b9b7f4226371b3f3c1b0355002fcff4f0414abaa8dd484b0c5" }, "downloads": -1, "filename": "django_webix-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "05ae66583ff867460c6cb34bb5dc2bd1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 229914, "upload_time": "2018-09-26T16:50:14", "url": "https://files.pythonhosted.org/packages/5d/09/ddcf8851ccba8c53f4a63b30764ae23242df443c84c2498e058b233315e6/django_webix-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ad242cb3ea94ef21fd0010ce00c7f4b9", "sha256": "b1fa8b17865b96a429d51a90e110fc57455609a98ea32c3a016d2baf6894b078" }, "downloads": -1, "filename": "django-webix-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ad242cb3ea94ef21fd0010ce00c7f4b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 227594, "upload_time": "2018-09-26T16:50:17", "url": "https://files.pythonhosted.org/packages/48/a9/3a14554c9bdea5e66289a4e4c2c4bbcc8c3e610f6dcd3e431c53df14ac20/django-webix-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "c490cbc976d61d4ed6355f7c690f9c97", "sha256": "bef14bbca476c3249f50f80310785c0559067965bd20c74fbc23fd455bf2517d" }, "downloads": -1, "filename": "django_webix-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c490cbc976d61d4ed6355f7c690f9c97", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 280265, "upload_time": "2018-10-01T14:36:37", "url": "https://files.pythonhosted.org/packages/16/3e/43b1b747557e2b80c32fbcedd53d2a298766a5f73f41ec3d2cf9deef8151/django_webix-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2a0c7acbfe6dd1dcd3278329f9b4bd1d", "sha256": "168e6f21bd16190291382a65ae2bdf41f469220166471b594e25524acfec76e1" }, "downloads": -1, "filename": "django-webix-0.1.2.tar.gz", "has_sig": false, "md5_digest": "2a0c7acbfe6dd1dcd3278329f9b4bd1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 275171, "upload_time": "2018-10-01T14:36:40", "url": "https://files.pythonhosted.org/packages/26/46/d2a7a47eca939b72f842d837dd2b4cc6bee5d99b92aa694f1f60de6336e9/django-webix-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "8e5b3c431871257add42805a57681da8", "sha256": "2c832734db2eefefffbcbf8ab1eeec956b5ba2af1e180be8c36cb535249144e6" }, "downloads": -1, "filename": "django_webix-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8e5b3c431871257add42805a57681da8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 260874, "upload_time": "2018-10-01T15:11:14", "url": "https://files.pythonhosted.org/packages/b6/f5/89994f3a580618efe5fe93e1949fbe546fddd14b99a9ea94244d3df99e70/django_webix-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f93e1cee1b60681f5c508745a954820a", "sha256": "f4dbcdf3400ba0b64a9b65001a27d12d83ccf536814020d93d23694f09468965" }, "downloads": -1, "filename": "django-webix-0.1.3.tar.gz", "has_sig": false, "md5_digest": "f93e1cee1b60681f5c508745a954820a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 258510, "upload_time": "2018-10-01T15:11:16", "url": "https://files.pythonhosted.org/packages/5b/e1/00f37a3b9382856612c1573b023da675bed67da163f8e415cf03bd30daec/django-webix-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "7fc5d63531ce3799541563213d0023c2", "sha256": "2c5805dedb67712abffbe3dfd3fba72618668971c97eaa33f1c94c91ebd09917" }, "downloads": -1, "filename": "django_webix-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7fc5d63531ce3799541563213d0023c2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 260854, "upload_time": "2018-10-02T07:30:39", "url": "https://files.pythonhosted.org/packages/fb/6d/3342a38636cec4ffb7eb8c9d1ee3293f1d65dde7ae2b1003cf9d8d22a8dc/django_webix-0.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "29f2b6074f5c36ab4f8c924e92f2039d", "sha256": "7cd3a4b4d6160770faa3b9044e2d7cff402ec5781283727eed0f8900ea72725b" }, "downloads": -1, "filename": "django-webix-0.1.4.tar.gz", "has_sig": false, "md5_digest": "29f2b6074f5c36ab4f8c924e92f2039d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 258571, "upload_time": "2018-10-02T07:30:41", "url": "https://files.pythonhosted.org/packages/d2/c8/83471056aa30ebe9a3501efa25d5746c87fac5aa3c371e5bbadeb1e8f90b/django-webix-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "93bf86869c72e44ba0242df6144fcbc7", "sha256": "f9fc1b4ade764183bcaf78f69cd8fdc02f5f06dbc08b328fefb02d15d0fecc88" }, "downloads": -1, "filename": "django_webix-0.1.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "93bf86869c72e44ba0242df6144fcbc7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 271995, "upload_time": "2018-10-25T07:09:40", "url": "https://files.pythonhosted.org/packages/52/9d/84796a9dc3e6d5d60d00473acc0468d8de2e4ce9c99575094938bf070955/django_webix-0.1.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6a163f0392abb3bf5e88ed4f112653fe", "sha256": "79b0efc81ec247026f29911928bbbc080b1af581b2d91ae8098950cddbfdca50" }, "downloads": -1, "filename": "django-webix-0.1.5.tar.gz", "has_sig": false, "md5_digest": "6a163f0392abb3bf5e88ed4f112653fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 259002, "upload_time": "2018-10-25T07:09:42", "url": "https://files.pythonhosted.org/packages/1f/38/8446bb34f600b0a594c3cc76fafedff4988cb229b797a46aa248c2a44259/django-webix-0.1.5.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "b7f582e17c997cdd0612335619e42859", "sha256": "f474b9c838fd271395ac88f6461edffb54ba6363c1ce3e8ae6dfd3aaeb09e656" }, "downloads": -1, "filename": "django_webix-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b7f582e17c997cdd0612335619e42859", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1484112, "upload_time": "2019-02-26T13:12:28", "url": "https://files.pythonhosted.org/packages/7d/e5/da77a960b78763da66928549090d5de811ece83b6d24a150d8a9d244372d/django_webix-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "585c8496e8678341148690f27617eee5", "sha256": "470ec7b5cceca75dcfa74dea3a6b896528c61b8a650cd452d6805bc866a8c55a" }, "downloads": -1, "filename": "django-webix-0.2.0.tar.gz", "has_sig": false, "md5_digest": "585c8496e8678341148690f27617eee5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1484069, "upload_time": "2019-02-26T13:12:30", "url": "https://files.pythonhosted.org/packages/8b/b8/e52fdfd14a82df143f1923cd9d7b77b47bab71c1de4231f2bfdd36f405d7/django-webix-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "6acc5e154a6f96b464431b70cd30cb95", "sha256": "d99a233809da70d06d3a05a94e6aa59ec69b8863afaf692932134a53646694d9" }, "downloads": -1, "filename": "django-webix-0.2.1.tar.gz", "has_sig": false, "md5_digest": "6acc5e154a6f96b464431b70cd30cb95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1484432, "upload_time": "2019-08-05T13:27:21", "url": "https://files.pythonhosted.org/packages/1b/64/891b6435e4cd4af97a6eb3dccb82288a979f5f0f3ca96a28ae531edbbfa8/django-webix-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "b9c375bc42c906c010bf6a7ec00d48dc", "sha256": "37b508ba668849f51fb13b79c7a43b895539be46b29100a39135a596444cefe5" }, "downloads": -1, "filename": "django-webix-0.2.2.tar.gz", "has_sig": false, "md5_digest": "b9c375bc42c906c010bf6a7ec00d48dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1485409, "upload_time": "2019-08-06T18:07:19", "url": "https://files.pythonhosted.org/packages/d8/15/a29c0c45351490efbbd90165d75344213804baa2086bd86c603434c475d9/django-webix-0.2.2.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "167d96339b80c8ed153b9ceb0a130019", "sha256": "df4a225d5f1812fdaa1c0fe1ade75b90f7be25ce170f73ed7dd7fe55daf74915" }, "downloads": -1, "filename": "django-webix-1.0.0.tar.gz", "has_sig": false, "md5_digest": "167d96339b80c8ed153b9ceb0a130019", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1498971, "upload_time": "2019-10-07T14:48:03", "url": "https://files.pythonhosted.org/packages/a9/db/790ee894795cb6c1aeb5314839df62d6794b481bfa695d518b9f905a0337/django-webix-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "167d96339b80c8ed153b9ceb0a130019", "sha256": "df4a225d5f1812fdaa1c0fe1ade75b90f7be25ce170f73ed7dd7fe55daf74915" }, "downloads": -1, "filename": "django-webix-1.0.0.tar.gz", "has_sig": false, "md5_digest": "167d96339b80c8ed153b9ceb0a130019", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1498971, "upload_time": "2019-10-07T14:48:03", "url": "https://files.pythonhosted.org/packages/a9/db/790ee894795cb6c1aeb5314839df62d6794b481bfa695d518b9f905a0337/django-webix-1.0.0.tar.gz" } ] }