{ "info": { "author": "Sindre R\u00c3\u00b8kenes Myren", "author_email": "smyrman@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "=====================\nDjango jQuery Widgets\n=====================\n\nThis is a pluggable app for Django that currently provide only one extra widget:\nForeignKeySeatchInput. This widget provide search functionallety for foreingkey\nfields in a form.\n\n*NOTE*: This django app was created to make it easier for myself to include\nextra functionality in some of my django projects. It contains a very small set\nof widgets (currently only one), and what widgets are included in the future\nare currently only determined by my own personal needs. Do not hesitate to come\nwith suggestions though.\n\nApplication content\n===================\n\nIncluded widgets\n----------------\n\n*ForeignKeySearchInput*: An ajax auto-complete widget that replaces the normal\nselect input.\n\nIncluded for the admin\n----------------------\n\n*ExtendedModelAdmin*: An extension of django.admin.ModelAdmin that make it easy\nto use the included widgets in the admin view.\n\nExample usage::\n\n from jquery_widgets.admin import ExtendedModelAdmin\n from myapp.models import MyModel\n\n class MyModelAdmin(ExtendedModelAdmin):\n ...\n # Use the ForeignKeySearchInput widget for the field 'user'. Let the\n # search_fields be 'username' and 'email':\n related_search_fields = {'user': ('username', 'email'),}\n\n\n\nInstallation\n============\n\nUsing pip (or easy_install):\n----------------------------\n\nStable::\n\n $ sudo pip install django-jquery-widgets\n\nDevelopment::\n\n $ sudo pip install -e git://github.com/smyrman/django-jquery-widgets.git#egg=django-jquery-widgets\n\n\nGetting the source repository:\n------------------------------\n\nIf you want to include the code with your django project, rather then\ninstalling it to your system, you can download a recent version and copy the\njquery_widgets folder into your django project.\n\nGit::\n\n $ git clone git://github.com/smyrman/django-jquery-widgets.git\n\n\n\nProject configuration\n=====================\n\nQuick guide\n-----------\n\nIf you use a Unix-flavoured OS and Django >= 1.2, this is all the required\nsteps to get django-jqury-widgets working:\n\n1 Add 'jquery_widgets' to your settings.INSTALLED_APPS\n\n2 Add This line to your urlconf::\n\n url(r'^jqw/', include('jquery_widgets.urls', namespace='jquery-widgets')),\n\n3 Symlink static media into your media-root by issuing:\n\n $ python manage.py syncdb\n\nIf Django >= 1.2 and ADMIN_MEDIA_PREFIX is configured in settings, you are\ndone.\n\n\nExplained\n---------\n\n1 Add 'jquery_widgets' to your settings.INSTALLED_APPS.\n\n2 Add This line to your urlconf (replace 'jqw' with whatever you like)::\n\n url(r'^jqw/', include('jquery_widgets.urls', namespace='jquery-widgets')),\n\n3 Include application static media:\n\n*Unix*:\nIssue 'python manage.py syncdb'. This will create a symlink to\n'/jquery_widgets/media', in your MEDIA_ROOT. The symlink will be named:\n'jquery_widgets'.\n\n*Windows*:\nYou will have to manually copy the media directory form jquery_widgets to your\nMEDIA_ROOT, and renamed it to jquery_widgets.\n\n4 Include jQuery:\n\n*Django <= 1.2*:\nYou can configure settings.JQUERY_URL to point to your jQuery library.\n\nIf the JQURY_URL setting is not given, the jquery_widgets app will default\nto think that jQuery is located at 'js/jquery.min.js'.\n\n*Django >= 1.2*:\nif the JQURY_URL setting is not given and ADMIN_MEDIA_PREFIX is found in your\nsetings, the jqury_widgets will default to think that jQuery is located at\n'js/jquery.min.js'. It will also take some steps to make\nsure that jquery is copied back into the global javascript namespace (Django\nadmin puts jQury in the 'django.jquery' namespace).", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/smyrman/django-jquery-widgets/tarball/0.1.2", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/smyrman/django-jquery-widgets", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-jquery-widgets", "package_url": "https://pypi.org/project/django-jquery-widgets/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-jquery-widgets/", "project_urls": { "Download": "http://github.com/smyrman/django-jquery-widgets/tarball/0.1.2", "Homepage": "http://github.com/smyrman/django-jquery-widgets" }, "release_url": "https://pypi.org/project/django-jquery-widgets/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "jQuery-powered widgets and fields for Django", "version": "0.1.2" }, "last_serial": 789915, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4a62b028ad591d5fe0057db551cf4e20", "sha256": "8dcc8902e3fa3cb2e914822206c9f99a3d778c26ccbae743ffc394c18f4fae27" }, "downloads": -1, "filename": "django-jquery-widgets-0.1.tar.gz", "has_sig": false, "md5_digest": "4a62b028ad591d5fe0057db551cf4e20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9602, "upload_time": "2010-06-04T22:46:46", "url": "https://files.pythonhosted.org/packages/40/ef/89287a1db996769536122a5919276cc259d9914a796bf7b3e5e24e665ffb/django-jquery-widgets-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "4c27483e078c563287942b84d6404040", "sha256": "c2a08ea6331a10377f8478ce5d32dde1a3ad5b32a130d8ea7300ff0aa4d2f07d" }, "downloads": -1, "filename": "django-jquery-widgets-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4c27483e078c563287942b84d6404040", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9919, "upload_time": "2010-06-06T02:06:46", "url": "https://files.pythonhosted.org/packages/78/e7/ab9fa14441e928925c8c02299e64dafac3ddc4f052f8606ad62f6cfae372/django-jquery-widgets-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "1cc90aa1feeb16cd4995383fb1613209", "sha256": "650258839e7e4fed16af238881e7540ebe91b69eda4020b3757e990282b647d9" }, "downloads": -1, "filename": "django-jquery-widgets-0.1.2.tar.gz", "has_sig": false, "md5_digest": "1cc90aa1feeb16cd4995383fb1613209", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11022, "upload_time": "2010-10-17T12:53:53", "url": "https://files.pythonhosted.org/packages/72/c5/411baa8d9a92b8ba9ee8efd7978a69446268418c7d9791ca36cff25a2601/django-jquery-widgets-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1cc90aa1feeb16cd4995383fb1613209", "sha256": "650258839e7e4fed16af238881e7540ebe91b69eda4020b3757e990282b647d9" }, "downloads": -1, "filename": "django-jquery-widgets-0.1.2.tar.gz", "has_sig": false, "md5_digest": "1cc90aa1feeb16cd4995383fb1613209", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11022, "upload_time": "2010-10-17T12:53:53", "url": "https://files.pythonhosted.org/packages/72/c5/411baa8d9a92b8ba9ee8efd7978a69446268418c7d9791ca36cff25a2601/django-jquery-widgets-0.1.2.tar.gz" } ] }