AUTHORS.rst
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
runtests.sh
setup.py
django_shop.egg-info/PKG-INFO
django_shop.egg-info/SOURCES.txt
django_shop.egg-info/dependency_links.txt
django_shop.egg-info/not-zip-safe
django_shop.egg-info/requires.txt
django_shop.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/getting-started.rst
docs/index.rst
docs/make.bat
docs/plugins.rst
docs/settings.rst
docs/signals.rst
docs/templatetags.rst
docs/tutorial.rst
docs/OLD-out-of-date/README
docs/OLD-out-of-date/architecture.rst
docs/OLD-out-of-date/index.rst
docs/OLD-out-of-date/products.rst
docs/OLD-out-of-date/requirements.rst
docs/OLD-out-of-date/statement.rst
docs/OLD-out-of-date/taxes.rst
docs/OLD-out-of-date/diagrams/general_process.dia
docs/OLD-out-of-date/diagrams/general_process.png
docs/OLD-out-of-date/snippets/modules.py
docs/OLD-out-of-date/snippets/products.py
docs/_build/doctrees/contributing.doctree
docs/_build/doctrees/environment.pickle
docs/_build/doctrees/getting-started.doctree
docs/_build/doctrees/index.doctree
docs/_build/doctrees/plugins.doctree
docs/_build/doctrees/settings.doctree
docs/_build/doctrees/signals.doctree
docs/_build/doctrees/templatetags.doctree
docs/_build/doctrees/tutorial.doctree
docs/_build/doctrees/OLD-out-of-date/architecture.doctree
docs/_build/doctrees/OLD-out-of-date/index.doctree
docs/_build/doctrees/OLD-out-of-date/products.doctree
docs/_build/doctrees/OLD-out-of-date/requirements.doctree
docs/_build/doctrees/OLD-out-of-date/statement.doctree
docs/_build/doctrees/OLD-out-of-date/taxes.doctree
docs/_build/doctrees/howto/how-to-cart-mod.doctree
docs/_build/doctrees/howto/how-to-extend-django-shop-models.doctree
docs/_build/doctrees/howto/how-to-interact-with-the-cart.doctree
docs/_build/doctrees/howto/how-to-payment.doctree
docs/_build/doctrees/howto/how-to-product.doctree
docs/_build/doctrees/howto/how-to-secure-your-views.doctree
docs/_build/doctrees/howto/how-to-shipping.doctree
docs/_build/doctrees/howto/how-to-use-your-own-addressmodel.doctree
docs/_build/html/.buildinfo
docs/_build/html/contributing.html
docs/_build/html/genindex.html
docs/_build/html/getting-started.html
docs/_build/html/index.html
docs/_build/html/objects.inv
docs/_build/html/plugins.html
docs/_build/html/py-modindex.html
docs/_build/html/search.html
docs/_build/html/searchindex.js
docs/_build/html/settings.html
docs/_build/html/signals.html
docs/_build/html/templatetags.html
docs/_build/html/tutorial.html
docs/_build/html/OLD-out-of-date/architecture.html
docs/_build/html/OLD-out-of-date/index.html
docs/_build/html/OLD-out-of-date/products.html
docs/_build/html/OLD-out-of-date/requirements.html
docs/_build/html/OLD-out-of-date/statement.html
docs/_build/html/OLD-out-of-date/taxes.html
docs/_build/html/_sources/contributing.txt
docs/_build/html/_sources/getting-started.txt
docs/_build/html/_sources/index.txt
docs/_build/html/_sources/plugins.txt
docs/_build/html/_sources/settings.txt
docs/_build/html/_sources/signals.txt
docs/_build/html/_sources/templatetags.txt
docs/_build/html/_sources/tutorial.txt
docs/_build/html/_sources/OLD-out-of-date/architecture.txt
docs/_build/html/_sources/OLD-out-of-date/index.txt
docs/_build/html/_sources/OLD-out-of-date/products.txt
docs/_build/html/_sources/OLD-out-of-date/requirements.txt
docs/_build/html/_sources/OLD-out-of-date/statement.txt
docs/_build/html/_sources/OLD-out-of-date/taxes.txt
docs/_build/html/_sources/howto/how-to-cart-mod.txt
docs/_build/html/_sources/howto/how-to-extend-django-shop-models.txt
docs/_build/html/_sources/howto/how-to-interact-with-the-cart.txt
docs/_build/html/_sources/howto/how-to-payment.txt
docs/_build/html/_sources/howto/how-to-product.txt
docs/_build/html/_sources/howto/how-to-secure-your-views.txt
docs/_build/html/_sources/howto/how-to-shipping.txt
docs/_build/html/_sources/howto/how-to-use-your-own-addressmodel.txt
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/basic.css
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/default.css
docs/_build/html/_static/doctools.js
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/jquery.js
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/pygments.css
docs/_build/html/_static/searchtools.js
docs/_build/html/_static/sidebar.js
docs/_build/html/_static/underscore.js
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
docs/_build/html/_static/websupport.js
docs/_build/html/howto/how-to-cart-mod.html
docs/_build/html/howto/how-to-extend-django-shop-models.html
docs/_build/html/howto/how-to-interact-with-the-cart.html
docs/_build/html/howto/how-to-payment.html
docs/_build/html/howto/how-to-product.html
docs/_build/html/howto/how-to-secure-your-views.html
docs/_build/html/howto/how-to-shipping.html
docs/_build/html/howto/how-to-use-your-own-addressmodel.html
docs/howto/how-to-cart-mod.rst
docs/howto/how-to-extend-django-shop-models.rst
docs/howto/how-to-interact-with-the-cart.rst
docs/howto/how-to-payment.rst
docs/howto/how-to-product.rst
docs/howto/how-to-secure-your-views.rst
docs/howto/how-to-shipping.rst
docs/howto/how-to-use-your-own-addressmodel.rst
shop/__init__.py
shop/backends_pool.py
shop/forms.py
shop/order_signals.py
shop/shop_api.py
shop/addressmodel/__init__.py
shop/addressmodel/admin.py
shop/addressmodel/models.py
shop/addressmodel/migrations/0001_initial.py
shop/addressmodel/migrations/0002_auto__add_field_address_name.py
shop/addressmodel/migrations/__init__.py
shop/addressmodel/tests/__init__.py
shop/addressmodel/tests/client.py
shop/admin/__init__.py
shop/admin/mixins.py
shop/admin/orderadmin.py
shop/cart/__init__.py
shop/cart/cart_modifiers_base.py
shop/cart/modifiers_pool.py
shop/cart/modifiers/__init__.py
shop/cart/modifiers/rebate_modifiers.py
shop/cart/modifiers/tax_modifiers.py
shop/locale/da/LC_MESSAGES/django.mo
shop/locale/da/LC_MESSAGES/django.po
shop/locale/de/LC_MESSAGES/django.mo
shop/locale/de/LC_MESSAGES/django.po
shop/locale/en/LC_MESSAGES/django.mo
shop/locale/en/LC_MESSAGES/django.po
shop/locale/es/LC_MESSAGES/django.mo
shop/locale/es/LC_MESSAGES/django.po
shop/locale/fr/LC_MESSAGES/django.mo
shop/locale/fr/LC_MESSAGES/django.po
shop/locale/hr/LC_MESSAGES/django.mo
shop/locale/hr/LC_MESSAGES/django.po
shop/locale/it/LC_MESSAGES/django.mo
shop/locale/it/LC_MESSAGES/django.po
shop/locale/ja/LC_MESSAGES/django.mo
shop/locale/ja/LC_MESSAGES/django.po
shop/locale/pl/LC_MESSAGES/django.mo
shop/locale/pl/LC_MESSAGES/django.po
shop/locale/pt_BR/LC_MESSAGES/django.mo
shop/locale/pt_BR/LC_MESSAGES/django.po
shop/locale/ru/LC_MESSAGES/django.mo
shop/locale/ru/LC_MESSAGES/django.po
shop/locale/sv/LC_MESSAGES/django.mo
shop/locale/sv/LC_MESSAGES/django.po
shop/locale/zh_CN/LC_MESSAGES/django.mo
shop/locale/zh_CN/LC_MESSAGES/django.po
shop/migrations/0001_initial.py
shop/migrations/0002_auto__del_field_product_long_description__del_field_product_short_desc.py
shop/migrations/0003_auto__del_country__del_address__del_client.py
shop/migrations/0004_address_as_text.py
shop/migrations/0005_auto__add_field_orderitem_product__chg_field_orderitem_product_name.py
shop/migrations/0006_auto__del_field_order_payment_method.py
shop/migrations/0007_auto__add_unique_product_slug.py
shop/migrations/0008_auto__chg_field_order_order_total__chg_field_order_order_subtotal__chg.py
shop/migrations/0009_auto__chg_field_order_order_total__chg_field_order_order_subtotal__chg.py
shop/migrations/0010_auto__add_field_order_cart_pk.py
shop/migrations/0011_order_status_migration.py
shop/migrations/__init__.py
shop/models/__init__.py
shop/models/cartmodel.py
shop/models/ordermodel.py
shop/models/productmodel.py
shop/models/defaults/__init__.py
shop/models/defaults/bases.py
shop/models/defaults/cart.py
shop/models/defaults/cartitem.py
shop/models/defaults/managers.py
shop/models/defaults/order.py
shop/models/defaults/orderitem.py
shop/models/defaults/product.py
shop/models_bases/__init__.py
shop/models_bases/managers.py
shop/payment/__init__.py
shop/payment/api.py
shop/payment/urls.py
shop/payment/backends/__init__.py
shop/payment/backends/pay_on_delivery.py
shop/shipping/__init__.py
shop/shipping/api.py
shop/shipping/urls.py
shop/shipping/backends/__init__.py
shop/shipping/backends/flat_rate.py
shop/templates/shop/base.html
shop/templates/shop/cart.html
shop/templates/shop/order_detail.html
shop/templates/shop/order_list.html
shop/templates/shop/product_detail.html
shop/templates/shop/product_list.html
shop/templates/shop/welcome.html
shop/templates/shop/checkout/selection.html
shop/templates/shop/checkout/thank_you.html
shop/templates/shop/shipping/flat_rate/display_fees.html
shop/templates/shop/templatetags/_cart.html
shop/templates/shop/templatetags/_order.html
shop/templates/shop/templatetags/_products.html
shop/templatetags/__init__.py
shop/templatetags/shop_tags.py
shop/tests/__init__.py
shop/tests/api.py
shop/tests/cart.py
shop/tests/cart_modifiers.py
shop/tests/forms.py
shop/tests/order.py
shop/tests/payment.py
shop/tests/product.py
shop/tests/shipping.py
shop/tests/templatetags.py
shop/tests/util.py
shop/tests/views.py
shop/tests/views_checkout.py
shop/tests/utils/__init__.py
shop/tests/utils/context_managers.py
shop/urls/__init__.py
shop/urls/cart.py
shop/urls/catalog.py
shop/urls/checkout.py
shop/urls/order.py
shop/util/__init__.py
shop/util/address.py
shop/util/cart.py
shop/util/decorators.py
shop/util/fields.py
shop/util/loader.py
shop/util/login_mixin.py
shop/util/order.py
shop/views/__init__.py
shop/views/cart.py
shop/views/checkout.py
shop/views/order.py
shop/views/product.py
tests/testapp/.coveragerc
tests/testapp/__init__.py
tests/testapp/manage.py
tests/testapp/settings.py
tests/testapp/urls.py
tests/testapp/circular_import_new/__init__.py
tests/testapp/circular_import_new/models.py
tests/testapp/circular_import_old/__init__.py
tests/testapp/circular_import_old/models.py
tests/testapp/project/__init__.py
tests/testapp/project/models.py
tests/testapp/project/tests.py
tests/testapp/project/views.py
tests/testapp/project/templates/project/bookproduct_detail.html