MANIFEST.in
README.rst
setup.py
src/dash/__init__.py
src/dash/admin.py
src/dash/base.py
src/dash/conf.py
src/dash/constants.py
src/dash/decorators.py
src/dash/defaults.py
src/dash/discover.py
src/dash/exceptions.py
src/dash/fields.py
src/dash/forms.py
src/dash/helpers.py
src/dash/models.py
src/dash/settings.py
src/dash/tests.py
src/dash/urls.py
src/dash/utils.py
src/dash/views.py
src/dash/widgets.py
src/dash/contrib/__init__.py
src/dash/contrib/apps/__init__.py
src/dash/contrib/apps/public_dashboard/__init__.py
src/dash/contrib/apps/public_dashboard/urls.py
src/dash/contrib/apps/public_dashboard/views.py
src/dash/contrib/apps/public_dashboard/templates/public_dashboard/public_dashboard.html
src/dash/contrib/layouts/__init__.py
src/dash/contrib/layouts/android/__init__.py
src/dash/contrib/layouts/android/dash_layouts.py
src/dash/contrib/layouts/android/static/css/dash_layout_android.css
src/dash/contrib/layouts/android/static/js/dash_layout_android.js
src/dash/contrib/layouts/android/templates/android/edit_layout.html
src/dash/contrib/layouts/android/templates/android/view_layout.html
src/dash/contrib/layouts/windows8/__init__.py
src/dash/contrib/layouts/windows8/dash_layouts.py
src/dash/contrib/layouts/windows8/static/css/dash_layout_windows8.css
src/dash/contrib/layouts/windows8/static/js/dash_layout_windows8.js
src/dash/contrib/layouts/windows8/templates/windows8/edit_layout.html
src/dash/contrib/layouts/windows8/templates/windows8/view_layout.html
src/dash/contrib/plugins/__init__.py
src/dash/contrib/plugins/dummy/__init__.py
src/dash/contrib/plugins/dummy/dash_plugins.py
src/dash/contrib/plugins/dummy/dash_widgets.py
src/dash/contrib/plugins/dummy/defaults.py
src/dash/contrib/plugins/dummy/forms.py
src/dash/contrib/plugins/dummy/static/css/dash_plugin_dummy.css
src/dash/contrib/plugins/dummy/static/js/dash_plugin_dummy.js
src/dash/contrib/plugins/dummy/templates/dummy/render_main.html
src/dash/contrib/plugins/dummy/templates/dummy/render_shortcuts.html
src/dash/contrib/plugins/memo/__init__.py
src/dash/contrib/plugins/memo/dash_plugins.py
src/dash/contrib/plugins/memo/dash_widgets.py
src/dash/contrib/plugins/memo/forms.py
src/dash/contrib/plugins/memo/templates/memo/render_main.html
src/dash/contrib/plugins/memo/templates/memo/render_shortcuts.html
src/dash/contrib/plugins/memo/templates/tinymce/render_main.html
src/dash/contrib/plugins/memo/templates/tinymce/render_shortcuts.html
src/dash/contrib/plugins/news/__init__.py
src/dash/contrib/plugins/news/admin.py
src/dash/contrib/plugins/news/constants.py
src/dash/contrib/plugins/news/dash_plugins.py
src/dash/contrib/plugins/news/dash_widgets.py
src/dash/contrib/plugins/news/defaults.py
src/dash/contrib/plugins/news/forms.py
src/dash/contrib/plugins/news/models.py
src/dash/contrib/plugins/news/urls.py
src/dash/contrib/plugins/news/views.py
src/dash/contrib/plugins/news/management/__init__.py
src/dash/contrib/plugins/news/management/commands/__init__.py
src/dash/contrib/plugins/news/management/commands/news_create_test_data.py
src/dash/contrib/plugins/news/static/css/dash_plugin_news.css
src/dash/contrib/plugins/news/static/js/dash_plugin_huge_news.js
src/dash/contrib/plugins/news/static/js/dash_plugin_news.js
src/dash/contrib/plugins/news/templates/news/_image_preview.html
src/dash/contrib/plugins/news/templates/news/browse.html
src/dash/contrib/plugins/news/templates/news/browse_ajax.html
src/dash/contrib/plugins/news/templates/news/detail.html
src/dash/contrib/plugins/news/templates/news/render_huge_main.html
src/dash/contrib/plugins/news/templates/news/render_main.html
src/dash/contrib/plugins/rss_feed/__init__.py
src/dash/contrib/plugins/rss_feed/dash_plugins.py
src/dash/contrib/plugins/rss_feed/dash_widgets.py
src/dash/contrib/plugins/rss_feed/defaults.py
src/dash/contrib/plugins/rss_feed/forms.py
src/dash/contrib/plugins/rss_feed/helpers.py
src/dash/contrib/plugins/rss_feed/urls.py
src/dash/contrib/plugins/rss_feed/views.py
src/dash/contrib/plugins/rss_feed/static/css/dash_plugin_read_rss_feed.css
src/dash/contrib/plugins/rss_feed/static/js/dash_plugin_read_rss_feed.js
src/dash/contrib/plugins/rss_feed/templates/rss_feed/get_feed.html
src/dash/contrib/plugins/rss_feed/templates/rss_feed/get_feed_ajax.html
src/dash/contrib/plugins/rss_feed/templates/rss_feed/render_main.html
src/dash/contrib/plugins/rss_feed/templatetags/__init__.py
src/dash/contrib/plugins/rss_feed/templatetags/rss_feed_tags.py
src/dash/contrib/plugins/url/__init__.py
src/dash/contrib/plugins/url/conf.py
src/dash/contrib/plugins/url/dash_plugins.py
src/dash/contrib/plugins/url/dash_widgets.py
src/dash/contrib/plugins/url/defaults.py
src/dash/contrib/plugins/url/forms.py
src/dash/contrib/plugins/url/settings.py
src/dash/contrib/plugins/url/static/css/dash_plugin_url_android.css
src/dash/contrib/plugins/url/static/css/dash_plugin_url_form.css
src/dash/contrib/plugins/url/static/css/dash_plugin_url_windows8.css
src/dash/contrib/plugins/url/static/js/dash_plugin_url_form.js
src/dash/contrib/plugins/url/templates/url/render_main.html
src/dash/contrib/plugins/url/templates/url/render_shortcuts.html
src/dash/contrib/plugins/video/__init__.py
src/dash/contrib/plugins/video/dash_plugins.py
src/dash/contrib/plugins/video/dash_widgets.py
src/dash/contrib/plugins/video/forms.py
src/dash/contrib/plugins/video/static/css/dash_plugin_video.css
src/dash/contrib/plugins/video/templates/video/render_main.html
src/dash/contrib/plugins/weather/__init__.py
src/dash/contrib/plugins/weather/conf.py
src/dash/contrib/plugins/weather/dash_plugins.py
src/dash/contrib/plugins/weather/dash_widgets.py
src/dash/contrib/plugins/weather/defaults.py
src/dash/contrib/plugins/weather/forms.py
src/dash/contrib/plugins/weather/settings.py
src/dash/contrib/plugins/weather/static/css/dash_plugin_weather.css
src/dash/contrib/plugins/weather/templates/weather/render_main.html
src/dash/management/__init__.py
src/dash/management/commands/__init__.py
src/dash/management/commands/dash_find_broken_dashboard_entries.py
src/dash/management/commands/dash_sync_plugins.py
src/dash/management/commands/dash_update_plugin_data.py
src/dash/static/colorbox/colorbox.css
src/dash/static/colorbox/index.html
src/dash/static/colorbox/jquery.colorbox-min.js
src/dash/static/colorbox/images/border.png
src/dash/static/colorbox/images/controls.png
src/dash/static/colorbox/images/loading.gif
src/dash/static/colorbox/images/loading_background.png
src/dash/static/colorbox/images/overlay.png
src/dash/static/css/dash.css
src/dash/static/css/fonts.css
src/dash/static/font-awesome/css/font-awesome-ie7.css
src/dash/static/font-awesome/css/font-awesome-ie7.min.css
src/dash/static/font-awesome/css/font-awesome.css
src/dash/static/font-awesome/css/font-awesome.min.css
src/dash/static/font-awesome/font/FontAwesome.otf
src/dash/static/font-awesome/font/fontawesome-webfont.eot
src/dash/static/font-awesome/font/fontawesome-webfont.svg
src/dash/static/font-awesome/font/fontawesome-webfont.ttf
src/dash/static/font-awesome/font/fontawesome-webfont.woff
src/dash/static/font-awesome/less/bootstrap.less
src/dash/static/font-awesome/less/core.less
src/dash/static/font-awesome/less/extras.less
src/dash/static/font-awesome/less/font-awesome-ie7.less
src/dash/static/font-awesome/less/font-awesome.less
src/dash/static/font-awesome/less/icons.less
src/dash/static/font-awesome/less/mixins.less
src/dash/static/font-awesome/less/path.less
src/dash/static/font-awesome/less/variables.less
src/dash/static/font-awesome/scss/_bootstrap.scss
src/dash/static/font-awesome/scss/_core.scss
src/dash/static/font-awesome/scss/_extras.scss
src/dash/static/font-awesome/scss/_icons.scss
src/dash/static/font-awesome/scss/_mixins.scss
src/dash/static/font-awesome/scss/_path.scss
src/dash/static/font-awesome/scss/_variables.scss
src/dash/static/font-awesome/scss/font-awesome-ie7.scss
src/dash/static/font-awesome/scss/font-awesome.scss
src/dash/static/jquery-ui/index.html
src/dash/static/jquery-ui/css/smoothness/jquery-ui-1.10.3.custom.css
src/dash/static/jquery-ui/css/smoothness/jquery-ui-1.10.3.custom.min.css
src/dash/static/jquery-ui/css/smoothness/images/animated-overlay.gif
src/dash/static/jquery-ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
src/dash/static/jquery-ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
src/dash/static/jquery-ui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
src/dash/static/jquery-ui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
src/dash/static/jquery-ui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
src/dash/static/jquery-ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
src/dash/static/jquery-ui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
src/dash/static/jquery-ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
src/dash/static/jquery-ui/css/smoothness/images/ui-icons_222222_256x240.png
src/dash/static/jquery-ui/css/smoothness/images/ui-icons_2e83ff_256x240.png
src/dash/static/jquery-ui/css/smoothness/images/ui-icons_454545_256x240.png
src/dash/static/jquery-ui/css/smoothness/images/ui-icons_888888_256x240.png
src/dash/static/jquery-ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png
src/dash/static/jquery-ui/development-bundle/AUTHORS.txt
src/dash/static/jquery-ui/development-bundle/Gruntfile.js
src/dash/static/jquery-ui/development-bundle/MIT-LICENSE.txt
src/dash/static/jquery-ui/development-bundle/README.md
src/dash/static/jquery-ui/development-bundle/jquery-1.9.1.js
src/dash/static/jquery-ui/development-bundle/package.json
src/dash/static/jquery-ui/development-bundle/ui.accordion.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.autocomplete.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.button.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.core.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.datepicker.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.dialog.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.draggable.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.droppable.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.effect-blind.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.effect-bounce.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.effect-clip.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.effect-drop.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.effect-explode.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.effect-fade.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.effect-fold.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.effect-highlight.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.effect-pulsate.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.effect-scale.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.effect-shake.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.effect-slide.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.effect-transfer.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.effect.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.menu.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.mouse.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.position.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.progressbar.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.resizable.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.selectable.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.slider.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.sortable.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.spinner.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.tabs.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.tooltip.jquery.json
src/dash/static/jquery-ui/development-bundle/ui.widget.jquery.json
src/dash/static/jquery-ui/development-bundle/demos/demos.css
src/dash/static/jquery-ui/development-bundle/demos/accordion/collapsible.html
src/dash/static/jquery-ui/development-bundle/demos/accordion/custom-icons.html
src/dash/static/jquery-ui/development-bundle/demos/accordion/default.html
src/dash/static/jquery-ui/development-bundle/demos/accordion/fillspace.html
src/dash/static/jquery-ui/development-bundle/demos/accordion/hoverintent.html
src/dash/static/jquery-ui/development-bundle/demos/accordion/index.html
src/dash/static/jquery-ui/development-bundle/demos/accordion/no-auto-height.html
src/dash/static/jquery-ui/development-bundle/demos/accordion/sortable.html
src/dash/static/jquery-ui/development-bundle/demos/autocomplete/categories.html
src/dash/static/jquery-ui/development-bundle/demos/autocomplete/combobox.html
src/dash/static/jquery-ui/development-bundle/demos/autocomplete/custom-data.html
src/dash/static/jquery-ui/development-bundle/demos/autocomplete/default.html
src/dash/static/jquery-ui/development-bundle/demos/autocomplete/folding.html
src/dash/static/jquery-ui/development-bundle/demos/autocomplete/index.html
src/dash/static/jquery-ui/development-bundle/demos/autocomplete/london.xml
src/dash/static/jquery-ui/development-bundle/demos/autocomplete/maxheight.html
src/dash/static/jquery-ui/development-bundle/demos/autocomplete/multiple-remote.html
src/dash/static/jquery-ui/development-bundle/demos/autocomplete/multiple.html
src/dash/static/jquery-ui/development-bundle/demos/autocomplete/remote-jsonp.html
src/dash/static/jquery-ui/development-bundle/demos/autocomplete/remote-with-cache.html
src/dash/static/jquery-ui/development-bundle/demos/autocomplete/remote.html
src/dash/static/jquery-ui/development-bundle/demos/autocomplete/search.php
src/dash/static/jquery-ui/development-bundle/demos/autocomplete/xml.html
src/dash/static/jquery-ui/development-bundle/demos/autocomplete/images/jquery_32x32.png
src/dash/static/jquery-ui/development-bundle/demos/autocomplete/images/jqueryui_32x32.png
src/dash/static/jquery-ui/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png
src/dash/static/jquery-ui/development-bundle/demos/autocomplete/images/transparent_1x1.png
src/dash/static/jquery-ui/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif
src/dash/static/jquery-ui/development-bundle/demos/button/checkbox.html
src/dash/static/jquery-ui/development-bundle/demos/button/default.html
src/dash/static/jquery-ui/development-bundle/demos/button/icons.html
src/dash/static/jquery-ui/development-bundle/demos/button/index.html
src/dash/static/jquery-ui/development-bundle/demos/button/radio.html
src/dash/static/jquery-ui/development-bundle/demos/button/splitbutton.html
src/dash/static/jquery-ui/development-bundle/demos/button/toolbar.html
src/dash/static/jquery-ui/development-bundle/demos/datepicker/alt-field.html
src/dash/static/jquery-ui/development-bundle/demos/datepicker/animation.html
src/dash/static/jquery-ui/development-bundle/demos/datepicker/buttonbar.html
src/dash/static/jquery-ui/development-bundle/demos/datepicker/date-formats.html
src/dash/static/jquery-ui/development-bundle/demos/datepicker/date-range.html
src/dash/static/jquery-ui/development-bundle/demos/datepicker/default.html
src/dash/static/jquery-ui/development-bundle/demos/datepicker/dropdown-month-year.html
src/dash/static/jquery-ui/development-bundle/demos/datepicker/icon-trigger.html
src/dash/static/jquery-ui/development-bundle/demos/datepicker/index.html
src/dash/static/jquery-ui/development-bundle/demos/datepicker/inline.html
src/dash/static/jquery-ui/development-bundle/demos/datepicker/jquery.ui.datepicker-ar.js
src/dash/static/jquery-ui/development-bundle/demos/datepicker/jquery.ui.datepicker-fr.js
src/dash/static/jquery-ui/development-bundle/demos/datepicker/jquery.ui.datepicker-he.js
src/dash/static/jquery-ui/development-bundle/demos/datepicker/jquery.ui.datepicker-zh-TW.js
src/dash/static/jquery-ui/development-bundle/demos/datepicker/localization.html
src/dash/static/jquery-ui/development-bundle/demos/datepicker/min-max.html
src/dash/static/jquery-ui/development-bundle/demos/datepicker/multiple-calendars.html
src/dash/static/jquery-ui/development-bundle/demos/datepicker/other-months.html
src/dash/static/jquery-ui/development-bundle/demos/datepicker/show-week.html
src/dash/static/jquery-ui/development-bundle/demos/datepicker/images/calendar.gif
src/dash/static/jquery-ui/development-bundle/demos/dialog/animated.html
src/dash/static/jquery-ui/development-bundle/demos/dialog/default.html
src/dash/static/jquery-ui/development-bundle/demos/dialog/index.html
src/dash/static/jquery-ui/development-bundle/demos/dialog/modal-confirmation.html
src/dash/static/jquery-ui/development-bundle/demos/dialog/modal-form.html
src/dash/static/jquery-ui/development-bundle/demos/dialog/modal-message.html
src/dash/static/jquery-ui/development-bundle/demos/dialog/modal.html
src/dash/static/jquery-ui/development-bundle/demos/draggable/constrain-movement.html
src/dash/static/jquery-ui/development-bundle/demos/draggable/cursor-style.html
src/dash/static/jquery-ui/development-bundle/demos/draggable/default.html
src/dash/static/jquery-ui/development-bundle/demos/draggable/delay-start.html
src/dash/static/jquery-ui/development-bundle/demos/draggable/events.html
src/dash/static/jquery-ui/development-bundle/demos/draggable/handle.html
src/dash/static/jquery-ui/development-bundle/demos/draggable/index.html
src/dash/static/jquery-ui/development-bundle/demos/draggable/revert.html
src/dash/static/jquery-ui/development-bundle/demos/draggable/scroll.html
src/dash/static/jquery-ui/development-bundle/demos/draggable/snap-to.html
src/dash/static/jquery-ui/development-bundle/demos/draggable/sortable.html
src/dash/static/jquery-ui/development-bundle/demos/draggable/visual-feedback.html
src/dash/static/jquery-ui/development-bundle/demos/droppable/accepted-elements.html
src/dash/static/jquery-ui/development-bundle/demos/droppable/default.html
src/dash/static/jquery-ui/development-bundle/demos/droppable/index.html
src/dash/static/jquery-ui/development-bundle/demos/droppable/photo-manager.html
src/dash/static/jquery-ui/development-bundle/demos/droppable/propagation.html
src/dash/static/jquery-ui/development-bundle/demos/droppable/revert.html
src/dash/static/jquery-ui/development-bundle/demos/droppable/shopping-cart.html
src/dash/static/jquery-ui/development-bundle/demos/droppable/visual-feedback.html
src/dash/static/jquery-ui/development-bundle/demos/droppable/images/high_tatras.jpg
src/dash/static/jquery-ui/development-bundle/demos/droppable/images/high_tatras2.jpg
src/dash/static/jquery-ui/development-bundle/demos/droppable/images/high_tatras2_min.jpg
src/dash/static/jquery-ui/development-bundle/demos/droppable/images/high_tatras3.jpg
src/dash/static/jquery-ui/development-bundle/demos/droppable/images/high_tatras3_min.jpg
src/dash/static/jquery-ui/development-bundle/demos/droppable/images/high_tatras4.jpg
src/dash/static/jquery-ui/development-bundle/demos/droppable/images/high_tatras4_min.jpg
src/dash/static/jquery-ui/development-bundle/demos/droppable/images/high_tatras_min.jpg
src/dash/static/jquery-ui/development-bundle/demos/effect/default.html
src/dash/static/jquery-ui/development-bundle/demos/effect/easing.html
src/dash/static/jquery-ui/development-bundle/demos/effect/index.html
src/dash/static/jquery-ui/development-bundle/demos/images/calendar.gif
src/dash/static/jquery-ui/development-bundle/demos/images/demo-config-on-tile.gif
src/dash/static/jquery-ui/development-bundle/demos/images/demo-config-on.gif
src/dash/static/jquery-ui/development-bundle/demos/images/demo-spindown-closed.gif
src/dash/static/jquery-ui/development-bundle/demos/images/demo-spindown-open.gif
src/dash/static/jquery-ui/development-bundle/demos/images/icon-docs-info.gif
src/dash/static/jquery-ui/development-bundle/demos/images/pbar-ani.gif
src/dash/static/jquery-ui/development-bundle/demos/menu/default.html
src/dash/static/jquery-ui/development-bundle/demos/menu/icons.html
src/dash/static/jquery-ui/development-bundle/demos/menu/index.html
src/dash/static/jquery-ui/development-bundle/demos/position/cycler.html
src/dash/static/jquery-ui/development-bundle/demos/position/default.html
src/dash/static/jquery-ui/development-bundle/demos/position/index.html
src/dash/static/jquery-ui/development-bundle/demos/position/images/earth.jpg
src/dash/static/jquery-ui/development-bundle/demos/position/images/flight.jpg
src/dash/static/jquery-ui/development-bundle/demos/position/images/rocket.jpg
src/dash/static/jquery-ui/development-bundle/demos/progressbar/default.html
src/dash/static/jquery-ui/development-bundle/demos/progressbar/indeterminate.html
src/dash/static/jquery-ui/development-bundle/demos/progressbar/index.html
src/dash/static/jquery-ui/development-bundle/demos/progressbar/label.html
src/dash/static/jquery-ui/development-bundle/demos/progressbar/images/pbar-ani.gif
src/dash/static/jquery-ui/development-bundle/demos/resizable/animate.html
src/dash/static/jquery-ui/development-bundle/demos/resizable/aspect-ratio.html
src/dash/static/jquery-ui/development-bundle/demos/resizable/constrain-area.html
src/dash/static/jquery-ui/development-bundle/demos/resizable/default.html
src/dash/static/jquery-ui/development-bundle/demos/resizable/delay-start.html
src/dash/static/jquery-ui/development-bundle/demos/resizable/helper.html
src/dash/static/jquery-ui/development-bundle/demos/resizable/index.html
src/dash/static/jquery-ui/development-bundle/demos/resizable/max-min.html
src/dash/static/jquery-ui/development-bundle/demos/resizable/snap-to-grid.html
src/dash/static/jquery-ui/development-bundle/demos/resizable/synchronous-resize.html
src/dash/static/jquery-ui/development-bundle/demos/resizable/textarea.html
src/dash/static/jquery-ui/development-bundle/demos/resizable/visual-feedback.html
src/dash/static/jquery-ui/development-bundle/demos/selectable/default.html
src/dash/static/jquery-ui/development-bundle/demos/selectable/display-grid.html
src/dash/static/jquery-ui/development-bundle/demos/selectable/index.html
src/dash/static/jquery-ui/development-bundle/demos/selectable/serialize.html
src/dash/static/jquery-ui/development-bundle/demos/slider/colorpicker.html
src/dash/static/jquery-ui/development-bundle/demos/slider/default.html
src/dash/static/jquery-ui/development-bundle/demos/slider/hotelrooms.html
src/dash/static/jquery-ui/development-bundle/demos/slider/index.html
src/dash/static/jquery-ui/development-bundle/demos/slider/multiple-vertical.html
src/dash/static/jquery-ui/development-bundle/demos/slider/range-vertical.html
src/dash/static/jquery-ui/development-bundle/demos/slider/range.html
src/dash/static/jquery-ui/development-bundle/demos/slider/rangemax.html
src/dash/static/jquery-ui/development-bundle/demos/slider/rangemin.html
src/dash/static/jquery-ui/development-bundle/demos/slider/side-scroll.html
src/dash/static/jquery-ui/development-bundle/demos/slider/slider-vertical.html
src/dash/static/jquery-ui/development-bundle/demos/slider/steps.html
src/dash/static/jquery-ui/development-bundle/demos/sortable/connect-lists-through-tabs.html
src/dash/static/jquery-ui/development-bundle/demos/sortable/connect-lists.html
src/dash/static/jquery-ui/development-bundle/demos/sortable/default.html
src/dash/static/jquery-ui/development-bundle/demos/sortable/delay-start.html
src/dash/static/jquery-ui/development-bundle/demos/sortable/display-grid.html
src/dash/static/jquery-ui/development-bundle/demos/sortable/empty-lists.html
src/dash/static/jquery-ui/development-bundle/demos/sortable/index.html
src/dash/static/jquery-ui/development-bundle/demos/sortable/items.html
src/dash/static/jquery-ui/development-bundle/demos/sortable/placeholder.html
src/dash/static/jquery-ui/development-bundle/demos/sortable/portlets.html
src/dash/static/jquery-ui/development-bundle/demos/spinner/currency.html
src/dash/static/jquery-ui/development-bundle/demos/spinner/decimal.html
src/dash/static/jquery-ui/development-bundle/demos/spinner/default.html
src/dash/static/jquery-ui/development-bundle/demos/spinner/index.html
src/dash/static/jquery-ui/development-bundle/demos/spinner/latlong.html
src/dash/static/jquery-ui/development-bundle/demos/spinner/overflow.html
src/dash/static/jquery-ui/development-bundle/demos/spinner/time.html
src/dash/static/jquery-ui/development-bundle/demos/tabs/ajax.html
src/dash/static/jquery-ui/development-bundle/demos/tabs/bottom.html
src/dash/static/jquery-ui/development-bundle/demos/tabs/collapsible.html
src/dash/static/jquery-ui/development-bundle/demos/tabs/default.html
src/dash/static/jquery-ui/development-bundle/demos/tabs/index.html
src/dash/static/jquery-ui/development-bundle/demos/tabs/manipulation.html
src/dash/static/jquery-ui/development-bundle/demos/tabs/mouseover.html
src/dash/static/jquery-ui/development-bundle/demos/tabs/sortable.html
src/dash/static/jquery-ui/development-bundle/demos/tabs/vertical.html
src/dash/static/jquery-ui/development-bundle/demos/tabs/ajax/content1.html
src/dash/static/jquery-ui/development-bundle/demos/tabs/ajax/content2.html
src/dash/static/jquery-ui/development-bundle/demos/tabs/ajax/content3-slow.php
src/dash/static/jquery-ui/development-bundle/demos/tabs/ajax/content4-broken.php
src/dash/static/jquery-ui/development-bundle/demos/tooltip/custom-animation.html
src/dash/static/jquery-ui/development-bundle/demos/tooltip/custom-content.html
src/dash/static/jquery-ui/development-bundle/demos/tooltip/custom-style.html
src/dash/static/jquery-ui/development-bundle/demos/tooltip/default.html
src/dash/static/jquery-ui/development-bundle/demos/tooltip/forms.html
src/dash/static/jquery-ui/development-bundle/demos/tooltip/index.html
src/dash/static/jquery-ui/development-bundle/demos/tooltip/tracking.html
src/dash/static/jquery-ui/development-bundle/demos/tooltip/video-player.html
src/dash/static/jquery-ui/development-bundle/demos/tooltip/ajax/content1.html
src/dash/static/jquery-ui/development-bundle/demos/tooltip/ajax/content2.html
src/dash/static/jquery-ui/development-bundle/demos/tooltip/images/st-stephens.jpg
src/dash/static/jquery-ui/development-bundle/demos/tooltip/images/tower-bridge.jpg
src/dash/static/jquery-ui/development-bundle/demos/widget/default.html
src/dash/static/jquery-ui/development-bundle/demos/widget/index.html
src/dash/static/jquery-ui/development-bundle/docs/accordion.html
src/dash/static/jquery-ui/development-bundle/docs/autocomplete.html
src/dash/static/jquery-ui/development-bundle/docs/blind-effect.html
src/dash/static/jquery-ui/development-bundle/docs/bounce-effect.html
src/dash/static/jquery-ui/development-bundle/docs/button.html
src/dash/static/jquery-ui/development-bundle/docs/clip-effect.html
src/dash/static/jquery-ui/development-bundle/docs/datepicker.html
src/dash/static/jquery-ui/development-bundle/docs/dialog.html
src/dash/static/jquery-ui/development-bundle/docs/draggable.html
src/dash/static/jquery-ui/development-bundle/docs/drop-effect.html
src/dash/static/jquery-ui/development-bundle/docs/droppable.html
src/dash/static/jquery-ui/development-bundle/docs/explode-effect.html
src/dash/static/jquery-ui/development-bundle/docs/fade-effect.html
src/dash/static/jquery-ui/development-bundle/docs/fold-effect.html
src/dash/static/jquery-ui/development-bundle/docs/highlight-effect.html
src/dash/static/jquery-ui/development-bundle/docs/jQuery.widget.html
src/dash/static/jquery-ui/development-bundle/docs/menu.html
src/dash/static/jquery-ui/development-bundle/docs/mouse.html
src/dash/static/jquery-ui/development-bundle/docs/position.html
src/dash/static/jquery-ui/development-bundle/docs/progressbar.html
src/dash/static/jquery-ui/development-bundle/docs/puff-effect.html
src/dash/static/jquery-ui/development-bundle/docs/pulsate-effect.html
src/dash/static/jquery-ui/development-bundle/docs/resizable.html
src/dash/static/jquery-ui/development-bundle/docs/scale-effect.html
src/dash/static/jquery-ui/development-bundle/docs/selectable.html
src/dash/static/jquery-ui/development-bundle/docs/shake-effect.html
src/dash/static/jquery-ui/development-bundle/docs/size-effect.html
src/dash/static/jquery-ui/development-bundle/docs/slide-effect.html
src/dash/static/jquery-ui/development-bundle/docs/slider.html
src/dash/static/jquery-ui/development-bundle/docs/sortable.html
src/dash/static/jquery-ui/development-bundle/docs/spinner.html
src/dash/static/jquery-ui/development-bundle/docs/tabs.html
src/dash/static/jquery-ui/development-bundle/docs/tooltip.html
src/dash/static/jquery-ui/development-bundle/docs/transfer-effect.html
src/dash/static/jquery-ui/development-bundle/external/globalize.culture.de-DE.js
src/dash/static/jquery-ui/development-bundle/external/globalize.culture.ja-JP.js
src/dash/static/jquery-ui/development-bundle/external/globalize.js
src/dash/static/jquery-ui/development-bundle/external/jquery.mousewheel.js
src/dash/static/jquery-ui/development-bundle/external/jshint.js
src/dash/static/jquery-ui/development-bundle/external/qunit.css
src/dash/static/jquery-ui/development-bundle/external/qunit.js
src/dash/static/jquery-ui/development-bundle/themes/base/jquery-ui.css
src/dash/static/jquery-ui/development-bundle/themes/base/jquery.ui.accordion.css
src/dash/static/jquery-ui/development-bundle/themes/base/jquery.ui.all.css
src/dash/static/jquery-ui/development-bundle/themes/base/jquery.ui.autocomplete.css
src/dash/static/jquery-ui/development-bundle/themes/base/jquery.ui.base.css
src/dash/static/jquery-ui/development-bundle/themes/base/jquery.ui.button.css
src/dash/static/jquery-ui/development-bundle/themes/base/jquery.ui.core.css
src/dash/static/jquery-ui/development-bundle/themes/base/jquery.ui.datepicker.css
src/dash/static/jquery-ui/development-bundle/themes/base/jquery.ui.dialog.css
src/dash/static/jquery-ui/development-bundle/themes/base/jquery.ui.menu.css
src/dash/static/jquery-ui/development-bundle/themes/base/jquery.ui.progressbar.css
src/dash/static/jquery-ui/development-bundle/themes/base/jquery.ui.resizable.css
src/dash/static/jquery-ui/development-bundle/themes/base/jquery.ui.selectable.css
src/dash/static/jquery-ui/development-bundle/themes/base/jquery.ui.slider.css
src/dash/static/jquery-ui/development-bundle/themes/base/jquery.ui.spinner.css
src/dash/static/jquery-ui/development-bundle/themes/base/jquery.ui.tabs.css
src/dash/static/jquery-ui/development-bundle/themes/base/jquery.ui.theme.css
src/dash/static/jquery-ui/development-bundle/themes/base/jquery.ui.tooltip.css
src/dash/static/jquery-ui/development-bundle/themes/base/images/animated-overlay.gif
src/dash/static/jquery-ui/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
src/dash/static/jquery-ui/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
src/dash/static/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
src/dash/static/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
src/dash/static/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png
src/dash/static/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
src/dash/static/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
src/dash/static/jquery-ui/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
src/dash/static/jquery-ui/development-bundle/themes/base/images/ui-icons_222222_256x240.png
src/dash/static/jquery-ui/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png
src/dash/static/jquery-ui/development-bundle/themes/base/images/ui-icons_454545_256x240.png
src/dash/static/jquery-ui/development-bundle/themes/base/images/ui-icons_888888_256x240.png
src/dash/static/jquery-ui/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png
src/dash/static/jquery-ui/development-bundle/themes/base/minified/jquery-ui.min.css
src/dash/static/jquery-ui/development-bundle/themes/base/minified/jquery.ui.accordion.min.css
src/dash/static/jquery-ui/development-bundle/themes/base/minified/jquery.ui.autocomplete.min.css
src/dash/static/jquery-ui/development-bundle/themes/base/minified/jquery.ui.button.min.css
src/dash/static/jquery-ui/development-bundle/themes/base/minified/jquery.ui.core.min.css
src/dash/static/jquery-ui/development-bundle/themes/base/minified/jquery.ui.datepicker.min.css
src/dash/static/jquery-ui/development-bundle/themes/base/minified/jquery.ui.dialog.min.css
src/dash/static/jquery-ui/development-bundle/themes/base/minified/jquery.ui.menu.min.css
src/dash/static/jquery-ui/development-bundle/themes/base/minified/jquery.ui.progressbar.min.css
src/dash/static/jquery-ui/development-bundle/themes/base/minified/jquery.ui.resizable.min.css
src/dash/static/jquery-ui/development-bundle/themes/base/minified/jquery.ui.selectable.min.css
src/dash/static/jquery-ui/development-bundle/themes/base/minified/jquery.ui.slider.min.css
src/dash/static/jquery-ui/development-bundle/themes/base/minified/jquery.ui.spinner.min.css
src/dash/static/jquery-ui/development-bundle/themes/base/minified/jquery.ui.tabs.min.css
src/dash/static/jquery-ui/development-bundle/themes/base/minified/jquery.ui.theme.min.css
src/dash/static/jquery-ui/development-bundle/themes/base/minified/jquery.ui.tooltip.min.css
src/dash/static/jquery-ui/development-bundle/themes/base/minified/images/animated-overlay.gif
src/dash/static/jquery-ui/development-bundle/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png
src/dash/static/jquery-ui/development-bundle/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png
src/dash/static/jquery-ui/development-bundle/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png
src/dash/static/jquery-ui/development-bundle/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png
src/dash/static/jquery-ui/development-bundle/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png
src/dash/static/jquery-ui/development-bundle/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png
src/dash/static/jquery-ui/development-bundle/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png
src/dash/static/jquery-ui/development-bundle/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png
src/dash/static/jquery-ui/development-bundle/themes/base/minified/images/ui-icons_222222_256x240.png
src/dash/static/jquery-ui/development-bundle/themes/base/minified/images/ui-icons_2e83ff_256x240.png
src/dash/static/jquery-ui/development-bundle/themes/base/minified/images/ui-icons_454545_256x240.png
src/dash/static/jquery-ui/development-bundle/themes/base/minified/images/ui-icons_888888_256x240.png
src/dash/static/jquery-ui/development-bundle/themes/base/minified/images/ui-icons_cd0a0a_256x240.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/jquery-ui.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/jquery.ui.accordion.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/jquery.ui.all.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/jquery.ui.autocomplete.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/jquery.ui.base.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/jquery.ui.button.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/jquery.ui.core.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/jquery.ui.datepicker.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/jquery.ui.dialog.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/jquery.ui.menu.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/jquery.ui.progressbar.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/jquery.ui.resizable.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/jquery.ui.selectable.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/jquery.ui.slider.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/jquery.ui.spinner.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/jquery.ui.tabs.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/jquery.ui.theme.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/jquery.ui.tooltip.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/images/animated-overlay.gif
src/dash/static/jquery-ui/development-bundle/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/images/ui-icons_222222_256x240.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/images/ui-icons_2e83ff_256x240.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/images/ui-icons_454545_256x240.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/images/ui-icons_888888_256x240.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/images/ui-icons_cd0a0a_256x240.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/jquery-ui.min.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.accordion.min.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.autocomplete.min.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.button.min.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.core.min.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.datepicker.min.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.dialog.min.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.menu.min.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.progressbar.min.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.resizable.min.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.selectable.min.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.slider.min.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.spinner.min.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.tabs.min.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.theme.min.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/jquery.ui.tooltip.min.css
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/images/animated-overlay.gif
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-bg_flat_0_aaaaaa_40x100.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-bg_flat_75_ffffff_40x100.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-bg_glass_55_fbf9ee_1x400.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-bg_glass_65_ffffff_1x400.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-bg_glass_75_dadada_1x400.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-bg_glass_75_e6e6e6_1x400.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-bg_glass_95_fef1ec_1x400.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-icons_222222_256x240.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-icons_2e83ff_256x240.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-icons_454545_256x240.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-icons_888888_256x240.png
src/dash/static/jquery-ui/development-bundle/themes/smoothness/minified/images/ui-icons_cd0a0a_256x240.png
src/dash/static/jquery-ui/development-bundle/ui/jquery-ui.custom.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.accordion.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.autocomplete.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.button.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.core.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.datepicker.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.dialog.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.draggable.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.droppable.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.effect-blind.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.effect-bounce.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.effect-clip.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.effect-drop.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.effect-explode.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.effect-fade.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.effect-fold.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.effect-highlight.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.effect-pulsate.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.effect-scale.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.effect-shake.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.effect-slide.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.effect-transfer.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.effect.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.menu.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.mouse.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.position.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.progressbar.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.resizable.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.selectable.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.slider.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.sortable.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.spinner.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.tabs.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.tooltip.js
src/dash/static/jquery-ui/development-bundle/ui/jquery.ui.widget.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery-ui-i18n.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-af.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ar-DZ.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-az.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-be.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-cy-GB.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-da.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-de.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-el.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-en-AU.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-en-NZ.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-es.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-et.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CA.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-gl.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-he.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-hi.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-id.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-is.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-it.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ka.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-kk.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-km.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ky.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-lb.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-mk.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ml.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-nb.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-nl-BE.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-nn.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-no.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-pt.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-rm.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-th.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-tj.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js
src/dash/static/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery-ui.custom.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.accordion.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.autocomplete.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.button.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.core.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.datepicker.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.dialog.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.draggable.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.droppable.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-blind.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-bounce.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-clip.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-drop.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-explode.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-fade.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-fold.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-highlight.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-pulsate.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-scale.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-shake.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-slide.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.effect-transfer.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.effect.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.menu.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.mouse.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.position.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.progressbar.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.resizable.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.selectable.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.slider.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.sortable.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.spinner.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.tabs.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.tooltip.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/jquery.ui.widget.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery-ui-i18n.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-af.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ar-DZ.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ar.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-az.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-be.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-bg.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-bs.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ca.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-cs.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-cy-GB.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-da.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-de.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-el.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-AU.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-GB.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-NZ.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-eo.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-es.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-et.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-eu.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fa.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fi.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fo.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fr-CA.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fr-CH.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fr.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-gl.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-he.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hi.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hr.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hu.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hy.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-id.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-is.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-it.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ja.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ka.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-kk.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-km.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ko.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ky.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lb.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lt.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lv.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-mk.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ml.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ms.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nb.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nl-BE.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nl.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nn.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-no.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pl.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pt-BR.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pt.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-rm.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ro.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ru.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sk.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sl.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sq.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sr-SR.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sr.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sv.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ta.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-th.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-tj.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-tr.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-uk.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-vi.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-CN.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-HK.min.js
src/dash/static/jquery-ui/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-TW.min.js
src/dash/static/jquery-ui/js/jquery-1.9.1.js
src/dash/static/jquery-ui/js/jquery-ui-1.10.3.custom.js
src/dash/static/jquery-ui/js/jquery-ui-1.10.3.custom.min.js
src/dash/static/js/dash.js
src/dash/static/js/jquery-1.10.2.min.js
src/dash/static/js/jquery-ui.js
src/dash/templates/dash/_base.html
src/dash/templates/dash/add_dashboard_entry.html
src/dash/templates/dash/add_dashboard_entry_ajax.html
src/dash/templates/dash/base.html
src/dash/templates/dash/create_dashboard_workspace.html
src/dash/templates/dash/create_dashboard_workspace_ajax.html
src/dash/templates/dash/dashboard_workspaces.html
src/dash/templates/dash/dashboard_workspaces_ajax.html
src/dash/templates/dash/delete_dashboard_entry.html
src/dash/templates/dash/delete_dashboard_workspace.html
src/dash/templates/dash/delete_dashboard_workspace_ajax.html
src/dash/templates/dash/edit_dashboard_entry.html
src/dash/templates/dash/edit_dashboard_entry_ajax.html
src/dash/templates/dash/edit_dashboard_settings.html
src/dash/templates/dash/edit_dashboard_settings_ajax.html
src/dash/templates/dash/edit_dashboard_workspace.html
src/dash/templates/dash/edit_dashboard_workspace_ajax.html
src/dash/templates/dash/plugin_widgets.html
src/dash/templates/dash/plugin_widgets_ajax.html
src/dash/templates/dash/layouts/base_edit_layout.html
src/dash/templates/dash/layouts/base_layout.html
src/dash/templates/dash/layouts/base_placeholder_edit.html
src/dash/templates/dash/layouts/base_placeholder_view.html
src/dash/templates/dash/layouts/base_view_layout.html
src/dash/templates/dash/snippets/generic_form_snippet.html
src/dash/templates/dash/snippets/messages_snippet.html
src/dash/templates/dash/snippets/render_logout_link.html
src/dash/templatetags/__init__.py
src/dash/templatetags/dash_tags.py
src/django_dash.egg-info/PKG-INFO
src/django_dash.egg-info/SOURCES.txt
src/django_dash.egg-info/dependency_links.txt
src/django_dash.egg-info/requires.txt
src/django_dash.egg-info/top_level.txt