{
"info": {
"author": "Djangoer",
"author_email": "djangoer0@gmail.com",
"bugtrack_url": null,
"classifiers": [],
"description": "django-selectize\n================\n\ndjango-selectize is a Django app based on Selectize.js that help you to create Select and Multiselect widgets in Django forms.\n\n\nRequirements\n------------\n\n* Django\n\n\nInstalling django-selectize\n---------------------------\n\nThere are several ways to install django-selectize:\n\n* Automatically, via a package manager: `pip install django-selectize`\n* Download a release package then unzip and run `python setup.py install` to install it into your python directory.\n* If you don't like to install then download a release package, unzip and copy the folder `selectize` to your Django-project directory.\n\n\nRequired settings\n-----------------\n\nBegin by adding `selectize` to the `INSTALLED_APPS` setting of your project. For example, you might have something like the following in your Django settings file:\n\n\tINSTALLED_APPS = (\n\t 'django.contrib...',\n\t 'django.contrib....',\n\t 'selectize',\n\t # ...other installed applications...\n\t)\n\n**Note:** you must place `selectize` above other installed applications.\n\nUsage\n-----\n\nIn templates, load the `selectize_tags`::\n\n\t{% load selectize_tags %}\n\nTo include selectize.default.css:\n\n\t{% selectize_tags_media 'css' 'default' %}\n\nwhich will return:\n\n \n\nLike wise you can include selectice.js by:\n\t\n\t{% selectize_tags_media 'js' 'selectize' %}\n\nAlso if you want to include the jquery file packed with django-selectize,:\n\n {% selectize_tags_media 'js' 'jquery' %}\n\n\nNow Intiate a selectize box from a normal selectbox by calling:\n\n\t\n\n\nFull Example\n------------\n\nFor testing\n-----------\nYou need to install Selenium:\n\n pip install selenium\n\nRun the tests:\n\n ./manage.py test\n",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/djangoer/django-selectize",
"keywords": null,
"license": "UNKNOWN",
"maintainer": null,
"maintainer_email": null,
"name": "django-selectize",
"package_url": "https://pypi.org/project/django-selectize/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/django-selectize/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://github.com/djangoer/django-selectize"
},
"release_url": "https://pypi.org/project/django-selectize/1.2/",
"requires_dist": null,
"requires_python": null,
"summary": "django-selectize is a Django app based on Selectize.js that help you to create Select and Multiselect widgets in Django forms.",
"version": "1.2"
},
"last_serial": 1164096,
"releases": {
"1.0": [
{
"comment_text": "",
"digests": {
"md5": "466a9aecd9acfcad69e0b1c7e65277d4",
"sha256": "cc3d10fb58c15ae5b28315ee4e61402a2081291a96831fe4f5d53254fb5b343c"
},
"downloads": -1,
"filename": "django-selectize-1.0.tar.gz",
"has_sig": false,
"md5_digest": "466a9aecd9acfcad69e0b1c7e65277d4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1850,
"upload_time": "2014-07-21T00:22:54",
"url": "https://files.pythonhosted.org/packages/e9/78/0626a886656b0c36b22e8367213a3c2fec3d4239de06021a80f5d1f52ac1/django-selectize-1.0.tar.gz"
}
],
"1.1": [
{
"comment_text": "",
"digests": {
"md5": "56c2d4c091d1040c9413b9f3c801566d",
"sha256": "c8acecc129ffadee87ebc56044e2c911cc2b36e857b803f9e7b8e1cdc8b7fe48"
},
"downloads": -1,
"filename": "django-selectize-1.1.tar.gz",
"has_sig": false,
"md5_digest": "56c2d4c091d1040c9413b9f3c801566d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 116938,
"upload_time": "2014-07-21T04:35:33",
"url": "https://files.pythonhosted.org/packages/6f/08/ad711c31b3b3caf84f3a57a292e172a451722385d7749223b7abe529f8c7/django-selectize-1.1.tar.gz"
}
],
"1.1b": [
{
"comment_text": "",
"digests": {
"md5": "b9cf2be505f8c85c101f1bc1e8316ca6",
"sha256": "dba71041ac721774992e15265abdefb254d8675ac5be1e7960af23cd8d2f5663"
},
"downloads": -1,
"filename": "django-selectize-1.1b.tar.gz",
"has_sig": false,
"md5_digest": "b9cf2be505f8c85c101f1bc1e8316ca6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 116860,
"upload_time": "2014-07-21T00:57:00",
"url": "https://files.pythonhosted.org/packages/a9/83/2b45697bc67dbc7955bee5cbbfe31b286b4f5e443d620aa8ae954dd6d439/django-selectize-1.1b.tar.gz"
}
],
"1.2": [
{
"comment_text": "",
"digests": {
"md5": "f762cbab84611eeaa50dd1f42e3f1de4",
"sha256": "841a5dd9c82d9df760b83e97713f3b11a7a4fbd445e55b69017cce9e80607a73"
},
"downloads": -1,
"filename": "django-selectize-1.2.tar.gz",
"has_sig": false,
"md5_digest": "f762cbab84611eeaa50dd1f42e3f1de4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 117055,
"upload_time": "2014-07-21T09:54:55",
"url": "https://files.pythonhosted.org/packages/a9/ff/3b2279221c650976b692471054571d892cd312fb0e17b13f2828c4a5bfca/django-selectize-1.2.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "f762cbab84611eeaa50dd1f42e3f1de4",
"sha256": "841a5dd9c82d9df760b83e97713f3b11a7a4fbd445e55b69017cce9e80607a73"
},
"downloads": -1,
"filename": "django-selectize-1.2.tar.gz",
"has_sig": false,
"md5_digest": "f762cbab84611eeaa50dd1f42e3f1de4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 117055,
"upload_time": "2014-07-21T09:54:55",
"url": "https://files.pythonhosted.org/packages/a9/ff/3b2279221c650976b692471054571d892cd312fb0e17b13f2828c4a5bfca/django-selectize-1.2.tar.gz"
}
]
}