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/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/howto/how-to-cart-mod.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-shipping.rst
shop/__init__.py
shop/backends_pool.py
shop/shop_api.py
shop/urls.py
shop/admin/__init__.py
shop/admin/clientadmin.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/es/LC_MESSAGES/django.po
shop/media/shop/js/shop.js
shop/migrations/0001_initial.py
shop/migrations/__init__.py
shop/models/__init__.py
shop/models/cartmodel.py
shop/models/clientmodel.py
shop/models/ordermodel.py
shop/models/productmodel.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/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/choose_shipping.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/templatetags/__init__.py
shop/templatetags/shop_tags.py
shop/tests/__init__.py
shop/tests/cart.py
shop/tests/cart_modifiers.py
shop/tests/client.py
shop/tests/order.py
shop/tests/payment.py
shop/tests/product.py
shop/tests/shipping.py
shop/tests/util.py
shop/tests/views.py
shop/tests/utils/__init__.py
shop/tests/utils/context_managers.py
shop/util/__init__.py
shop/util/cart.py
shop/util/fields.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/.coverage
tests/testapp/.coveragerc
tests/testapp/__init__.py
tests/testapp/__init__.pyc
tests/testapp/manage.py
tests/testapp/settings.py
tests/testapp/settings.pyc
tests/testapp/urls.py
tests/testapp/urls.pyc
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop___init__.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_admin___init__.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_admin_clientadmin.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_admin_orderadmin.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_backends_pool.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_cart___init__.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_cart_cart_modifiers_base.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_cart_modifiers___init__.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_cart_modifiers_pool.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_cart_modifiers_rebate_modifiers.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_cart_modifiers_tax_modifiers.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_forms.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_models___init__.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_models_cartmodel.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_models_clientmodel.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_models_ordermodel.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_models_productmodel.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_order_signals.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_payment___init__.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_payment_api.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_payment_backends___init__.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_payment_backends_pay_on_delivery.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_payment_urls.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_shipping___init__.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_shipping_api.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_shipping_backends___init__.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_shipping_backends_flat_rate.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_shipping_urls.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_shop_api.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_templatetags___init__.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_templatetags_shop_tags.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_urls.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_util___init__.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_util_cart.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_util_fields.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_util_order.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_views___init__.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_views_cart.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_views_checkout.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_views_order.html
tests/testapp/htmlcov/_home_chris_workspace_django-shop_shop_views_product.html
tests/testapp/htmlcov/coverage_html.js
tests/testapp/htmlcov/index.html
tests/testapp/htmlcov/jquery-1.3.2.min.js
tests/testapp/htmlcov/jquery.tablesorter.min.js
tests/testapp/htmlcov/style.css
tests/testapp/project/__init__.py
tests/testapp/project/__init__.pyc
tests/testapp/project/models.py
tests/testapp/project/models.pyc
tests/testapp/project/tests.py
tests/testapp/project/views.py
tests/testapp/project/templates/project/bookproduct_detail.html