LICENCE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
atoum/__init__.py
atoum/apps.py
atoum/exceptions.py
atoum/search_indexes.py
atoum/settings.py
atoum/urls.py
atoum.egg-info/PKG-INFO
atoum.egg-info/SOURCES.txt
atoum.egg-info/dependency_links.txt
atoum.egg-info/requires.txt
atoum.egg-info/top_level.txt
atoum.egg-info/zip-safe
atoum/admin/__init__.py
atoum/admin/assortment.py
atoum/admin/brand.py
atoum/admin/category.py
atoum/admin/consumable.py
atoum/admin/product.py
atoum/admin/shopping.py
atoum/compat/__init__.py
atoum/compat/default_storage.py
atoum/compat/import_zoneinfo.py
atoum/factories/__init__.py
atoum/factories/assortment.py
atoum/factories/brand.py
atoum/factories/category.py
atoum/factories/consumable.py
atoum/factories/product.py
atoum/factories/shopping.py
atoum/factories/user.py
atoum/form_helpers/__init__.py
atoum/form_helpers/default.py
atoum/form_helpers/layout_objects.py
atoum/form_helpers/search.py
atoum/forms/__init__.py
atoum/forms/category.py
atoum/forms/product.py
atoum/forms/search.py
atoum/forms/shopping.py
atoum/locale/django.pot
atoum/locale/fr/LC_MESSAGES/django.mo
atoum/locale/fr/LC_MESSAGES/django.po
atoum/migrations/0001_initial.py
atoum/migrations/0002_shopping_shoppingitem_shopping_products_and_more.py
atoum/migrations/0003_alter_shopping_title.py
atoum/migrations/0004_shopping_done.py
atoum/migrations/0005_alter_shopping_title.py
atoum/migrations/0006_remove_shopping_products.py
atoum/migrations/0007_shopping_products.py
atoum/migrations/__init__.py
atoum/models/__init__.py
atoum/models/assortment.py
atoum/models/brand.py
atoum/models/category.py
atoum/models/consumable.py
atoum/models/product.py
atoum/models/shopping.py
atoum/static/htmx/debug.js
atoum/static/htmx/htmx.js
atoum/static/htmx/htmx.min.js
atoum/static/htmx/package.json
atoum/templates/atoum/base.html
atoum/templates/atoum/dashboard.html
atoum/templates/atoum/dummy.html
atoum/templates/atoum/pagination.html
atoum/templates/atoum/product_text.txt
atoum/templates/atoum/recursivetree.html
atoum/templates/atoum/assortment/detail.html
atoum/templates/atoum/assortment/index.html
atoum/templates/atoum/category/detail.html
atoum/templates/atoum/category/index.html
atoum/templates/atoum/consumable/detail.html
atoum/templates/atoum/consumable/index.html
atoum/templates/atoum/product/detail.html
atoum/templates/atoum/product/index.html
atoum/templates/atoum/search/base_field_indexes_template.txt
atoum/templates/atoum/search/results.html
atoum/templates/bootstrap5/layout/listgroupcheckboxes.html
atoum/templatetags/__init__.py
atoum/templatetags/atoum.py
atoum/utils/__init__.py
atoum/utils/dataset.py
atoum/utils/imaging.py
atoum/utils/tests.py
atoum/views/__init__.py
atoum/views/assortment.py
atoum/views/category.py
atoum/views/consumable.py
atoum/views/dashboard.py
atoum/views/dummy.py
atoum/views/mixins.py
atoum/views/product.py
atoum/views/search.py
atoum/views/tree.py