.gitignore
AUTHORS
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
demo/README.rst
demo/__init__.py
demo/manage.py
demo/urls.py
demo/wsgi.py
demo/fixtures/categories.json
demo/fixtures/documents.json
demo/fixtures/media/documents/sub-category-a/LoremIpsum.pdf
demo/fixtures/media/documents/sub-category-a/chipup.jpg
demo/fixtures/media/documents/sub-category-b/ListemIpsum.pdf
demo/fixtures/media/documents/sub-category-b/Sedlobortis.pdf
demo/fixtures/media/documents/sub-category-c/LoremIpsum.pdf
demo/fixtures/media/documents/sub-category-c/Quisqueutodio.pdf
demo/fixtures/media/documents/sub-category-c/chipup.jpg
demo/fixtures/media/documents/sub-sub-category-i/Sedlobortis.pdf
demo/fixtures/media/documents/sub-sub-category-i/chipup.jpg
demo/fixtures/media/documents/top-level-category-1/chipup.jpg
demo/fixtures/media/documents/top-level-category-2/ScreenShot.png
demo/fixtures/media/documents/top-level-category-2/chipup.jpg
demo/settings/__init__.py
demo/settings/defaults.py
demo/settings/demo.py
demo/settings/dev.py
demo/static/dc-demo.css
demo/static/dropzone.js
demo/static/dropzone.min.css
demo/templates/base.html
demo/templates/index.html
demo/templates/document_catalogue/base.html
demo/templates/registration/login.html
demo/templates/registration/password_change_done.html
demo/templates/registration/password_change_form.html
demo/templates/registration/password_reset_complete.html
demo/templates/registration/password_reset_confirm.html
demo/templates/registration/password_reset_done.html
demo/templates/registration/password_reset_email.html
demo/templates/registration/password_reset_form.html
django_document_catalogue.egg-info/PKG-INFO
django_document_catalogue.egg-info/SOURCES.txt
django_document_catalogue.egg-info/dependency_links.txt
django_document_catalogue.egg-info/requires.txt
django_document_catalogue.egg-info/top_level.txt
docs/.readthedocs.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/requirements.txt
docs/settings.py
docs/api/index.rst
docs/api/models.rst
docs/api/permissions.rst
docs/api/plugins.rst
docs/api/views.rst
docs/pages/plugins.rst
docs/pages/quick_start.rst
docs/pages/settings.rst
docs/pages/setup.rst
document_catalogue/__init__.py
document_catalogue/admin.py
document_catalogue/apps.py
document_catalogue/decorators.py
document_catalogue/fields.py
document_catalogue/forms.py
document_catalogue/models.py
document_catalogue/permissions.py
document_catalogue/plugins.py
document_catalogue/settings.py
document_catalogue/urls.py
document_catalogue/views.py
document_catalogue/views_generic.py
document_catalogue/migrations/0001_initial.py
document_catalogue/migrations/0002_auto_20200522_2247.py
document_catalogue/migrations/__init__.py
document_catalogue/static/document_catalogue/document_catalogue.js
document_catalogue/templates/document_catalogue/base.html
document_catalogue/templates/document_catalogue/categories_list.html
document_catalogue/templates/document_catalogue/category_document_list.html
document_catalogue/templates/document_catalogue/document_confirm_delete.html
document_catalogue/templates/document_catalogue/document_detail.html
document_catalogue/templates/document_catalogue/document_edit.html
document_catalogue/templates/document_catalogue/ajax/document_item.html
document_catalogue/templates/document_catalogue/ajax/form_errors.html
document_catalogue/templates/document_catalogue/include/breadcrumb.html
document_catalogue/templates/document_catalogue/include/categories.html
document_catalogue/templates/document_catalogue/include/category-header.html
document_catalogue/templates/document_catalogue/include/doc_ordering.html
document_catalogue/templates/document_catalogue/include/doc_search.html
document_catalogue/templates/document_catalogue/include/document.html
document_catalogue/templates/document_catalogue/include/documents.html
document_catalogue/templates/document_catalogue/include/dropzone.html
document_catalogue/templates/document_catalogue/include/inline_clearable_file_input.html
document_catalogue/templatetags/__init__.py
document_catalogue/templatetags/form_tags.py
document_catalogue/templatetags/permissions_tags.py
document_catalogue/tests/__init__.py
document_catalogue/tests/base.py
document_catalogue/tests/test_models.py
document_catalogue/tests/test_plugins.py
document_catalogue/tests/test_views.py
document_catalogue/tests/urls.py
document_catalogue/tests/settings/__init__.py
document_catalogue/tests/settings/base.py
document_catalogue/tests/settings/private.py
document_catalogue/tests/settings/public.py
tasks/__init__.py
tasks/docs.py
tasks/pypi.py