LICENSE.rst
MANIFEST.in
README.rst
setup.py
django_shop_simplecategories.egg-info/PKG-INFO
django_shop_simplecategories.egg-info/SOURCES.txt
django_shop_simplecategories.egg-info/dependency_links.txt
django_shop_simplecategories.egg-info/not-zip-safe
django_shop_simplecategories.egg-info/requires.txt
django_shop_simplecategories.egg-info/top_level.txt
shop_simplecategories/__init__.py
shop_simplecategories/admin.py
shop_simplecategories/models.py
shop_simplecategories/urls.py
shop_simplecategories/views.py
shop_simplecategories/migrations/0001_initial.py
shop_simplecategories/migrations/0002_auto__add_field_category_order.py
shop_simplecategories/migrations/__init__.py
shop_simplecategories/templates/shop_simplecategories/category_detail.html
shop_simplecategories/templates/shop_simplecategories/category_list.html
shop_simplecategories/templates/shop_simplecategories/show_root_categories.html
shop_simplecategories/templatetags/__init__.py
shop_simplecategories/templatetags/shop_simplecategories_tags.py
shop_simplecategories/tests/__init__.py
shop_simplecategories/tests/categories.py
shop_simplecategories/tests/templatetags.py
shop_simplecategories/tests/views.py