.gitignore
AUTHORS.txt
MANIFEST.in
MIT-LICENSE.txt
README.md
setup.cfg
setup.py
django_files_widget.egg-info/PKG-INFO
django_files_widget.egg-info/SOURCES.txt
django_files_widget.egg-info/dependency_links.txt
django_files_widget.egg-info/entry_points.txt
django_files_widget.egg-info/requires.txt
django_files_widget.egg-info/top_level.txt
django_files_widget.egg-info/version.txt
django_files_widget.egg-info/zip-safe
topnotchdev/__init__.py
topnotchdev/files_widget/__init__.py
topnotchdev/files_widget/admin.py
topnotchdev/files_widget/conf.py
topnotchdev/files_widget/controllers.py
topnotchdev/files_widget/fields.py
topnotchdev/files_widget/files.py
topnotchdev/files_widget/models.py
topnotchdev/files_widget/urls.py
topnotchdev/files_widget/views.py
topnotchdev/files_widget/forms/__init__.py
topnotchdev/files_widget/forms/fields.py
topnotchdev/files_widget/forms/widgets.py
topnotchdev/files_widget/locale/ko/LC_MESSAGES/django.mo
topnotchdev/files_widget/locale/ko/LC_MESSAGES/django.po
topnotchdev/files_widget/locale/zh_Hans/LC_MESSAGES/django.mo
topnotchdev/files_widget/locale/zh_Hans/LC_MESSAGES/django.po
topnotchdev/files_widget/migrations/0001_initial.py
topnotchdev/files_widget/migrations/__init__.py
topnotchdev/files_widget/static/files_widget/css/widgets.css
topnotchdev/files_widget/static/files_widget/img/blue_line.jpg
topnotchdev/files_widget/static/files_widget/img/button_template.png
topnotchdev/files_widget/static/files_widget/img/close_button.png
topnotchdev/files_widget/static/files_widget/img/done.png
topnotchdev/files_widget/static/files_widget/img/enlarge_button.png
topnotchdev/files_widget/static/files_widget/img/transparent-bg.gif
topnotchdev/files_widget/static/files_widget/img/file-icons/archive.png
topnotchdev/files_widget/static/files_widget/img/file-icons/audio.png
topnotchdev/files_widget/static/files_widget/img/file-icons/blank.png
topnotchdev/files_widget/static/files_widget/img/file-icons/code.png
topnotchdev/files_widget/static/files_widget/img/file-icons/executable.png
topnotchdev/files_widget/static/files_widget/img/file-icons/image.png
topnotchdev/files_widget/static/files_widget/img/file-icons/settings.png
topnotchdev/files_widget/static/files_widget/img/file-icons/text.png
topnotchdev/files_widget/static/files_widget/img/file-icons/typography.png
topnotchdev/files_widget/static/files_widget/img/file-icons/video.png
topnotchdev/files_widget/static/files_widget/js/jquery.fileupload-angular.js
topnotchdev/files_widget/static/files_widget/js/jquery.fileupload-process.js
topnotchdev/files_widget/static/files_widget/js/jquery.fileupload-resize.js
topnotchdev/files_widget/static/files_widget/js/jquery.fileupload-ui.js
topnotchdev/files_widget/static/files_widget/js/jquery.fileupload-validate.js
topnotchdev/files_widget/static/files_widget/js/jquery.fileupload.js
topnotchdev/files_widget/static/files_widget/js/jquery.iframe-transport.js
topnotchdev/files_widget/static/files_widget/js/widgets.js
topnotchdev/files_widget/templates/files_widget/files_widget.html
topnotchdev/files_widget/templates/files_widget/includes/thumbnail.html
topnotchdev/files_widget/templatetags/__init__.py
topnotchdev/files_widget/templatetags/files_widget_tags.py