LICENSE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
demo/migrations/0001_initial.py
demo/migrations/__init__.py
demo_custom/__init__.py
demo_custom/admin.py
demo_custom/apps.py
demo_custom/forms.py
demo_custom/image_views.py
demo_custom/models.py
demo_custom/receivers.py
demo_custom/urls.py
demo_custom/views.py
demo_custom/migrations/0001_initial.py
demo_custom/migrations/__init__.py
django_galleryfield.egg-info/PKG-INFO
django_galleryfield.egg-info/SOURCES.txt
django_galleryfield.egg-info/dependency_links.txt
django_galleryfield.egg-info/entry_points.txt
django_galleryfield.egg-info/requires.txt
django_galleryfield.egg-info/top_level.txt
django_galleryfield.egg-info/zip-safe
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/about_demo.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/customize.rst
docs/source/fields.rst
docs/source/index.rst
docs/source/intro.rst
docs/source/misc.rst
docs/source/quick_start.rst
docs/source/settings.rst
docs/source/sources.rst
docs/source/views.rst
docs/source/widget.rst
docs/source/_ext/djangodocs.py
docs/source/_static/css/custom.css
galleryfield/__init__.py
galleryfield/apps.py
galleryfield/checks.py
galleryfield/conf.py
galleryfield/defaults.py
galleryfield/fields.py
galleryfield/image_views.py
galleryfield/mixins.py
galleryfield/models.py
galleryfield/urls.py
galleryfield/utils.py
galleryfield/widgets.py
galleryfield/locale/zh_Hans/LC_MESSAGES/django.mo
galleryfield/locale/zh_Hans/LC_MESSAGES/django.po
galleryfield/migrations/0001_initial.py
galleryfield/migrations/__init__.py
galleryfield/static/img/close.png
galleryfield/static/img/close.svg
galleryfield/static/img/error.png
galleryfield/static/img/error.svg
galleryfield/static/img/loading.gif
galleryfield/static/img/loading.svg
galleryfield/static/img/next.png
galleryfield/static/img/next.svg
galleryfield/static/img/play-pause.png
galleryfield/static/img/play-pause.svg
galleryfield/static/img/prev.png
galleryfield/static/img/prev.svg
galleryfield/static/img/video-play.png
galleryfield/static/img/video-play.svg
galleryfield/static/js/galleryfield-ui.js
galleryfield/static/js/galleryfield-ui.js.br
galleryfield/static/js/galleryfield-ui.js.gz
galleryfield/static/js/galleryfield-ui.js.map
galleryfield/static/vendor/blueimp-gallery.css
galleryfield/static/vendor/blueimp-gallery.min.css
galleryfield/static/vendor/blueimp-gallery.min.css.map
galleryfield/static/vendor/jquery.blueimp-gallery.min.js
galleryfield/static/vendor/jquery.blueimp-gallery.min.js.map
galleryfield/templates/galleryfield/download_template.html
galleryfield/templates/galleryfield/upload_template.html
galleryfield/templates/galleryfield/widget.html
tests/migrations/0001_initial.py
tests/migrations/__init__.py