MANIFEST.in
README.rst
setup.py
django_shop_categories.egg-info/PKG-INFO
django_shop_categories.egg-info/SOURCES.txt
django_shop_categories.egg-info/dependency_links.txt
django_shop_categories.egg-info/not-zip-safe
django_shop_categories.egg-info/requires.txt
django_shop_categories.egg-info/top_level.txt
shop_categories/__init__.py
shop_categories/admin.py
shop_categories/urls.py
shop_categories/utils.py
shop_categories/views.py
shop_categories/models/__init__.py
shop_categories/models/categorymodel.py
shop_categories/models/defaults/__init__.py
shop_categories/models/defaults/category/__init__.py
shop_categories/models/defaults/category/base.py
shop_categories/models/defaults/category/default.py
shop_categories/models/defaults/product/__init__.py
shop_categories/models/defaults/product/base.py
shop_categories/models/defaults/product/default.py
shop_categories/templates/shop_categories/product_detail.html
shop_categories/templates/shop_categories/product_list.html
shop_categories/test_utils/__init__.py
shop_categories/test_utils/project/__init__.py
shop_categories/test_utils/project/urls.py
shop_categories/test_utils/project/models/__init__.py
shop_categories/test_utils/project/models/category.py
shop_categories/test_utils/project/models/product.py
shop_categories/tests/__init__.py