AUTHORS
LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
django_shopit.egg-info/PKG-INFO
django_shopit.egg-info/SOURCES.txt
django_shopit.egg-info/dependency_links.txt
django_shopit.egg-info/not-zip-safe
django_shopit.egg-info/requires.txt
django_shopit.egg-info/top_level.txt
shopit/__init__.py
shopit/apps.py
shopit/cms_apps.py
shopit/cms_toolbars.py
shopit/conf.py
shopit/modifier_conditions.py
shopit/modifiers.py
shopit/payment.py
shopit/serializers.py
shopit/shipping.py
shopit/urls.py
shopit/utils.py
shopit/admin/__init__.py
shopit/admin/categorization.py
shopit/admin/customer.py
shopit/admin/flag.py
shopit/admin/modifier.py
shopit/admin/order.py
shopit/admin/product.py
shopit/admin/tax.py
shopit/forms/__init__.py
shopit/forms/account.py
shopit/forms/categorization.py
shopit/forms/flag.py
shopit/forms/product.py
shopit/forms/shop.py
shopit/locale/hr/LC_MESSAGES/django.mo
shopit/locale/hr/LC_MESSAGES/django.po
shopit/migrations/0001_initial.py
shopit/migrations/0002_make_flag_mptt_model.py
shopit/migrations/0003_rebuild_flag_mptt_tree.py
shopit/migrations/0004_add_description_to_categorization.py
shopit/migrations/0005_add_product_code_to_cart_item.py
shopit/migrations/0006_rename_caption_description.py
shopit/migrations/0007_make_reviews_non_translatable.py
shopit/migrations/0008_add_phone_number_to_customer.py
shopit/migrations/0009_add_max_and_num_uses_to_discount_code.py
shopit/migrations/0010_add_placeholder_fields_to_categorization_models.py
shopit/migrations/0011_set_default_price_to_zero.py
shopit/migrations/0012_add_template_to_flag.py
shopit/migrations/__init__.py
shopit/models/__init__.py
shopit/models/address.py
shopit/models/cart.py
shopit/models/categorization.py
shopit/models/customer.py
shopit/models/delivery.py
shopit/models/flag.py
shopit/models/modifier.py
shopit/models/order.py
shopit/models/product.py
shopit/models/tax.py
shopit/rest/__init__.py
shopit/rest/renderers.py
shopit/static/shopit/css/djangocms-admin-style.css
shopit/static/shopit/js/product_admin.js
shopit/templates/admin/shopit/product_variants_field.html
shopit/templates/shopit/base.html
shopit/templates/shopit/account/account_detail.html
shopit/templates/shopit/account/account_login.html
shopit/templates/shopit/account/account_order_detail.html
shopit/templates/shopit/account/account_order_list.html
shopit/templates/shopit/account/account_register.html
shopit/templates/shopit/account/account_reset.html
shopit/templates/shopit/account/account_reset_confirm.html
shopit/templates/shopit/account/account_settings.html
shopit/templates/shopit/catalog/categorization_detail.html
shopit/templates/shopit/catalog/categorization_list.html
shopit/templates/shopit/catalog/product_detail.html
shopit/templates/shopit/catalog/product_list.html
shopit/templates/shopit/email/account_reset_body.txt
shopit/templates/shopit/email/account_reset_subject.txt
shopit/templates/shopit/includes/add_to_cart.html
shopit/templates/shopit/includes/cart.html
shopit/templates/shopit/includes/order.html
shopit/templates/shopit/shop/cart.html
shopit/templates/shopit/shop/checkout.html
shopit/templates/shopit/shop/thanks.html
shopit/templates/shopit/shop/watch.html
shopit/templatetags/__init__.py
shopit/templatetags/shopit_tags.py
shopit/views/__init__.py
shopit/views/account.py
shopit/views/categorization.py
shopit/views/product.py
shopit/views/shop.py