Simply adds a jquery ui to the admin panel
This app adds jQuery UI to your Django admin panel.
Put ‘admin_jqueryui’ on your python path
Add ‘admin_jqueryui’ to INSTALLED_APPS tuple in settings file
Unless using Django 1.3 or above, make static/admin_jqueryui/
available under {{ MEDIA_URL }}admin_jqueryui/
jQuery UI is now available in admin under both jQuery and
django.jQuery namespace.