AUTHORS
LICENSE
README.rst
setup.py
django_oscar.egg-info/PKG-INFO
django_oscar.egg-info/SOURCES.txt
django_oscar.egg-info/dependency_links.txt
django_oscar.egg-info/requires.txt
django_oscar.egg-info/top_level.txt
docs/source/components.rst
docs/source/contributing.rst
docs/source/design_decisions.rst
docs/source/ecommerce_domain.rst
docs/source/getting_started.rst
docs/source/index.rst
docs/source/introduction.rst
docs/source/logging.rst
docs/source/recipes.rst
docs/source/reference.rst
docs/source/web_services.rst
docs/source/components/analytics.rst
docs/source/components/checkout.rst
docs/source/components/offers.rst
docs/source/components/promotions.rst
docs/source/components/shipping.rst
docs/source/contributing/conventions.rst
docs/source/contributing/installation.rst
docs/source/contributing/testing.rst
docs/source/getting_started/create_product_catalogue.rst
docs/source/getting_started/customising_models.rst
docs/source/getting_started/installation.rst
docs/source/getting_started/overriding_core_classes.rst
docs/source/getting_started/search.rst
docs/source/recipes/custom_shipping_logic.rst
docs/source/recipes/enforcing_stock_rules.rst
docs/source/reference/settings.rst
docs/source/web_services/inventory_management.rst
docs/source/web_services/order_management.rst
docs/source/web_services/stock_management.rst
examples/.coverage
examples/recreate_project_tables.sh
examples/run_tests.sh
examples/demo/__init__.py
examples/demo/__init__.pyc
examples/demo/manage.py
examples/demo/settings.py
examples/demo/settings.pyc
examples/demo/test_settings.py
examples/demo/urls.py
examples/demo/urls.pyc
examples/demo/shop/__init__.py
examples/demo/shop/__init__.pyc
examples/demo/shop/checkout/__init__.py
examples/demo/shop/checkout/__init__.pyc
examples/demo/shop/checkout/forms.py
examples/demo/shop/checkout/forms.pyc
examples/demo/shop/checkout/views.py
examples/demo/shop/checkout/views.pyc
examples/demo/shop/product/__init__.py
examples/demo/shop/product/models.py
examples/demo/shop/product/views.py
examples/demo/templates/checkout/payment_details.html
examples/demo/templates/checkout/payment_details_cheque.html
examples/demo/templates/checkout/payment_method.html
examples/demo/templates/product/myitem.html
examples/sample-data/book-images.tar.gz
examples/sample-data/books-catalogue.csv
examples/sample-data/books-stock-update.csv
examples/vanilla/README.md
examples/vanilla/__init__.py
examples/vanilla/__init__.pyc
examples/vanilla/manage.py
examples/vanilla/run.sh
examples/vanilla/settings.py
examples/vanilla/settings.pyc
examples/vanilla/settings_quickstart.py
examples/vanilla/urls.py
examples/vanilla/urls.pyc
examples/vanilla/assets/.gitignore
examples/vanilla/selenium/place-simple-order
examples/vanilla/selenium/save-delivery-address
examples/vanilla/static/css/base/screen.css
examples/vanilla/templates/base.html
examples/vanilla/templates/layout.html
oscar/.swp
oscar/__init__.py
oscar/__init__.pyc
oscar/app.py
oscar/app.pyc
oscar/defaults.py
oscar/defaults.pyc
oscar/models.pyc
oscar/search_sites.py
oscar/search_sites.pyc
oscar/tests.py
oscar/tests.pyc
oscar/urls.pyc
oscar/apps/__init__.py
oscar/apps/__init__.pyc
oscar/apps/address/__init__.py
oscar/apps/address/__init__.pyc
oscar/apps/address/abstract_models.py
oscar/apps/address/abstract_models.pyc
oscar/apps/address/admin.py
oscar/apps/address/admin.pyc
oscar/apps/address/forms.py
oscar/apps/address/forms.pyc
oscar/apps/address/models.py
oscar/apps/address/models.pyc
oscar/apps/address/tests.py
oscar/apps/address/tests.pyc
oscar/apps/address/fixtures/initial_data.json
oscar/apps/analytics/__init__.py
oscar/apps/analytics/__init__.pyc
oscar/apps/analytics/abstract_models.py
oscar/apps/analytics/abstract_models.pyc
oscar/apps/analytics/admin.py
oscar/apps/analytics/admin.pyc
oscar/apps/analytics/models.py
oscar/apps/analytics/models.pyc
oscar/apps/analytics/receivers.py
oscar/apps/analytics/receivers.pyc
oscar/apps/analytics/reports.py
oscar/apps/analytics/reports.pyc
oscar/apps/analytics/utils.py
oscar/apps/analytics/utils.pyc
oscar/apps/analytics/management/__init__.py
oscar/apps/analytics/management/__init__.pyc
oscar/apps/analytics/management/commands/__init__.py
oscar/apps/analytics/management/commands/__init__.pyc
oscar/apps/analytics/management/commands/calculate_scores.py
oscar/apps/analytics/management/commands/calculate_scores.pyc
oscar/apps/basket/__init__.py
oscar/apps/basket/__init__.pyc
oscar/apps/basket/abstract_models.py
oscar/apps/basket/abstract_models.pyc
oscar/apps/basket/admin.py
oscar/apps/basket/admin.pyc
oscar/apps/basket/app.py
oscar/apps/basket/app.pyc
oscar/apps/basket/forms.py
oscar/apps/basket/forms.pyc
oscar/apps/basket/managers.py
oscar/apps/basket/managers.pyc
oscar/apps/basket/middleware.py
oscar/apps/basket/middleware.pyc
oscar/apps/basket/models.py
oscar/apps/basket/models.pyc
oscar/apps/basket/reports.py
oscar/apps/basket/reports.pyc
oscar/apps/basket/signals.py
oscar/apps/basket/signals.pyc
oscar/apps/basket/tests.py
oscar/apps/basket/tests.pyc
oscar/apps/basket/urls.pyc
oscar/apps/basket/views.py
oscar/apps/basket/views.pyc
oscar/apps/basket/templatetags/__init__.py
oscar/apps/basket/templatetags/__init__.pyc
oscar/apps/basket/templatetags/basket_tags.py
oscar/apps/basket/templatetags/basket_tags.pyc
oscar/apps/catalogue/__init__.py
oscar/apps/catalogue/__init__.pyc
oscar/apps/catalogue/abstract_models.py
oscar/apps/catalogue/abstract_models.pyc
oscar/apps/catalogue/admin.py
oscar/apps/catalogue/admin.pyc
oscar/apps/catalogue/app.py
oscar/apps/catalogue/app.pyc
oscar/apps/catalogue/exceptions.py
oscar/apps/catalogue/exceptions.pyc
oscar/apps/catalogue/managers.py
oscar/apps/catalogue/managers.pyc
oscar/apps/catalogue/models.py
oscar/apps/catalogue/models.pyc
oscar/apps/catalogue/signals.py
oscar/apps/catalogue/signals.pyc
oscar/apps/catalogue/tests.py
oscar/apps/catalogue/tests.pyc
oscar/apps/catalogue/urls.pyc
oscar/apps/catalogue/utils.py
oscar/apps/catalogue/utils.pyc
oscar/apps/catalogue/views.py
oscar/apps/catalogue/views.pyc
oscar/apps/catalogue/fixtures/sample-products.json
oscar/apps/catalogue/management/__init__.py
oscar/apps/catalogue/management/__init__.pyc
oscar/apps/catalogue/management/commands/__init__.py
oscar/apps/catalogue/management/commands/import_images.py
oscar/apps/catalogue/reviews/__init__.py
oscar/apps/catalogue/reviews/__init__.pyc
oscar/apps/catalogue/reviews/abstract_models.py
oscar/apps/catalogue/reviews/abstract_models.pyc
oscar/apps/catalogue/reviews/admin.py
oscar/apps/catalogue/reviews/admin.pyc
oscar/apps/catalogue/reviews/app.py
oscar/apps/catalogue/reviews/app.pyc
oscar/apps/catalogue/reviews/forms.py
oscar/apps/catalogue/reviews/forms.pyc
oscar/apps/catalogue/reviews/managers.py
oscar/apps/catalogue/reviews/managers.pyc
oscar/apps/catalogue/reviews/models.py
oscar/apps/catalogue/reviews/models.pyc
oscar/apps/catalogue/reviews/tests.py
oscar/apps/catalogue/reviews/tests.pyc
oscar/apps/catalogue/reviews/urls.pyc
oscar/apps/catalogue/reviews/views.py
oscar/apps/catalogue/reviews/views.pyc
oscar/apps/catalogue/reviews/fixtures/sample-product.json
oscar/apps/catalogue/reviews/fixtures/sample-reviews.json
oscar/apps/catalogue/templatetags/__init__.py
oscar/apps/catalogue/templatetags/__init__.pyc
oscar/apps/catalogue/templatetags/category_tags.py
oscar/apps/catalogue/templatetags/category_tags.pyc
oscar/apps/checkout/__init__.py
oscar/apps/checkout/__init__.pyc
oscar/apps/checkout/app.py
oscar/apps/checkout/app.pyc
oscar/apps/checkout/calculators.py
oscar/apps/checkout/calculators.pyc
oscar/apps/checkout/context_processors.py
oscar/apps/checkout/context_processors.pyc
oscar/apps/checkout/core_views.pyc
oscar/apps/checkout/decorators.py
oscar/apps/checkout/decorators.pyc
oscar/apps/checkout/forms.py
oscar/apps/checkout/forms.pyc
oscar/apps/checkout/models.py
oscar/apps/checkout/models.pyc
oscar/apps/checkout/signals.py
oscar/apps/checkout/signals.pyc
oscar/apps/checkout/tests.py
oscar/apps/checkout/tests.pyc
oscar/apps/checkout/urls.pyc
oscar/apps/checkout/utils.py
oscar/apps/checkout/utils.pyc
oscar/apps/checkout/views.py
oscar/apps/checkout/views.pyc
oscar/apps/customer/__init__.py
oscar/apps/customer/__init__.pyc
oscar/apps/customer/abstract_models.py
oscar/apps/customer/abstract_models.pyc
oscar/apps/customer/admin.py
oscar/apps/customer/admin.pyc
oscar/apps/customer/app.py
oscar/apps/customer/app.pyc
oscar/apps/customer/auth_backends.py
oscar/apps/customer/auth_backends.pyc
oscar/apps/customer/forms.py
oscar/apps/customer/forms.pyc
oscar/apps/customer/history_helpers.py
oscar/apps/customer/history_helpers.pyc
oscar/apps/customer/managers.py
oscar/apps/customer/managers.pyc
oscar/apps/customer/models.py
oscar/apps/customer/models.pyc
oscar/apps/customer/tests.py
oscar/apps/customer/tests.pyc
oscar/apps/customer/urls.pyc
oscar/apps/customer/utils.py
oscar/apps/customer/utils.pyc
oscar/apps/customer/views.py
oscar/apps/customer/views.pyc
oscar/apps/customer/management/__init__.py
oscar/apps/customer/management/__init__.pyc
oscar/apps/customer/management/commands/__init__.py
oscar/apps/customer/management/commands/__init__.pyc
oscar/apps/customer/management/commands/generate_email.py
oscar/apps/customer/management/commands/generate_email.pyc
oscar/apps/customer/management/commands/import_catalogue.pyc
oscar/apps/customer/management/commands/import_stock.pyc
oscar/apps/customer/templatetags/__init__.py
oscar/apps/customer/templatetags/__init__.pyc
oscar/apps/customer/templatetags/history_tags.py
oscar/apps/customer/templatetags/history_tags.pyc
oscar/apps/dashboard/customer_services/abstract_models.pyc
oscar/apps/dashboard/customer_services/forms.pyc
oscar/apps/dashboard/customer_services/models.pyc
oscar/apps/discount/__init__.py
oscar/apps/discount/__init__.pyc
oscar/apps/discount/abstract_models.py
oscar/apps/discount/abstract_models.pyc
oscar/apps/discount/admin.py
oscar/apps/discount/admin.pyc
oscar/apps/discount/models.py
oscar/apps/discount/models.pyc
oscar/apps/discount/tests.py
oscar/apps/discount/tests.pyc
oscar/apps/dynamic_images/__init__.py
oscar/apps/dynamic_images/cache.py
oscar/apps/dynamic_images/exceptions.py
oscar/apps/dynamic_images/models.py
oscar/apps/dynamic_images/mods.py
oscar/apps/dynamic_images/response_backends.py
oscar/apps/dynamic_images/tests.py
oscar/apps/dynamic_images/urls.py
oscar/apps/dynamic_images/templatetags/__init__.py
oscar/apps/dynamic_images/templatetags/image.py
oscar/apps/dynamic_images/test_fixtures/test.jpg
oscar/apps/offer/__init__.py
oscar/apps/offer/__init__.pyc
oscar/apps/offer/admin.py
oscar/apps/offer/admin.pyc
oscar/apps/offer/managers.py
oscar/apps/offer/managers.pyc
oscar/apps/offer/models.py
oscar/apps/offer/models.pyc
oscar/apps/offer/receivers.py
oscar/apps/offer/receivers.pyc
oscar/apps/offer/reports.py
oscar/apps/offer/reports.pyc
oscar/apps/offer/tests.py
oscar/apps/offer/tests.pyc
oscar/apps/offer/utils.py
oscar/apps/offer/utils.pyc
oscar/apps/offer/views.py
oscar/apps/offer/fixtures/sample-voucher.json
oscar/apps/order/__init__.py
oscar/apps/order/__init__.pyc
oscar/apps/order/abstract_models.py
oscar/apps/order/abstract_models.pyc
oscar/apps/order/admin.py
oscar/apps/order/admin.pyc
oscar/apps/order/models.py
oscar/apps/order/models.pyc
oscar/apps/order/reports.py
oscar/apps/order/reports.pyc
oscar/apps/order/signals.py
oscar/apps/order/signals.pyc
oscar/apps/order/tests.py
oscar/apps/order/tests.pyc
oscar/apps/order/utils.py
oscar/apps/order/utils.pyc
oscar/apps/order/fixtures/sample-order.json
oscar/apps/order/fixtures/sample-shipping-and-payment-types.json
oscar/apps/order_management/__init__.py
oscar/apps/order_management/__init__.pyc
oscar/apps/order_management/app.py
oscar/apps/order_management/app.pyc
oscar/apps/order_management/forms.py
oscar/apps/order_management/forms.pyc
oscar/apps/order_management/models.py
oscar/apps/order_management/models.pyc
oscar/apps/order_management/urls.pyc
oscar/apps/order_management/views.py
oscar/apps/order_management/views.pyc
oscar/apps/partner/__init__.py
oscar/apps/partner/__init__.pyc
oscar/apps/partner/abstract_models.py
oscar/apps/partner/abstract_models.pyc
oscar/apps/partner/admin.py
oscar/apps/partner/admin.pyc
oscar/apps/partner/exceptions.py
oscar/apps/partner/exceptions.pyc
oscar/apps/partner/models.py
oscar/apps/partner/models.pyc
oscar/apps/partner/utils.py
oscar/apps/partner/utils.pyc
oscar/apps/partner/views.py
oscar/apps/partner/wrappers.py
oscar/apps/partner/wrappers.pyc
oscar/apps/partner/fixtures/books-small-semicolon.csv
oscar/apps/partner/fixtures/books-small.csv
oscar/apps/partner/management/__init__.py
oscar/apps/partner/management/__init__.pyc
oscar/apps/partner/management/commands/__init__.py
oscar/apps/partner/management/commands/__init__.pyc
oscar/apps/partner/management/commands/import_catalogue.py
oscar/apps/partner/management/commands/import_catalogue.pyc
oscar/apps/partner/management/commands/import_stock.py
oscar/apps/partner/management/commands/import_stock.pyc
oscar/apps/partner/tests/__init__.py
oscar/apps/partner/tests/__init__.pyc
oscar/apps/partner/tests/import_catalogue.py
oscar/apps/partner/tests/import_catalogue.pyc
oscar/apps/partner/tests/model_tests.py
oscar/apps/partner/tests/model_tests.pyc
oscar/apps/payment/__init__.py
oscar/apps/payment/__init__.pyc
oscar/apps/payment/abstract_models.pyc
oscar/apps/payment/admin.py
oscar/apps/payment/admin.pyc
oscar/apps/payment/exceptions.py
oscar/apps/payment/exceptions.pyc
oscar/apps/payment/forms.py
oscar/apps/payment/forms.pyc
oscar/apps/payment/models.py
oscar/apps/payment/models.pyc
oscar/apps/payment/tests.pyc
oscar/apps/payment/utils.py
oscar/apps/payment/utils.pyc
oscar/apps/payment/views.py
oscar/apps/payment/datacash/__init__.py
oscar/apps/payment/datacash/__init__.pyc
oscar/apps/payment/datacash/abstract_models.py
oscar/apps/payment/datacash/abstract_models.pyc
oscar/apps/payment/datacash/models.py
oscar/apps/payment/datacash/models.pyc
oscar/apps/payment/datacash/tests.py
oscar/apps/payment/datacash/utils.py
oscar/apps/payment/datacash/utils.pyc
oscar/apps/payment/tests/__init__.py
oscar/apps/payment/tests/__init__.pyc
oscar/apps/payment/tests/datacash_requests.py
oscar/apps/payment/tests/datacash_requests.pyc
oscar/apps/payment/tests/datacash_responses.py
oscar/apps/payment/tests/datacash_responses.pyc
oscar/apps/payment/tests/main.py
oscar/apps/payment/tests/main.pyc
oscar/apps/promotions/.context_processors.py.swp
oscar/apps/promotions/__init__.py
oscar/apps/promotions/__init__.pyc
oscar/apps/promotions/abstract_models.pyc
oscar/apps/promotions/admin.py
oscar/apps/promotions/admin.pyc
oscar/apps/promotions/app.py
oscar/apps/promotions/app.pyc
oscar/apps/promotions/context_processors.py
oscar/apps/promotions/context_processors.pyc
oscar/apps/promotions/models.py
oscar/apps/promotions/models.pyc
oscar/apps/promotions/tests.py
oscar/apps/promotions/tests.pyc
oscar/apps/promotions/urls.pyc
oscar/apps/promotions/views.py
oscar/apps/promotions/views.pyc
oscar/apps/promotions/templatetags/__init__.py
oscar/apps/promotions/templatetags/__init__.pyc
oscar/apps/promotions/templatetags/promotions.py
oscar/apps/promotions/templatetags/promotions.pyc
oscar/apps/reports/__init__.py
oscar/apps/reports/__init__.pyc
oscar/apps/reports/app.py
oscar/apps/reports/app.pyc
oscar/apps/reports/forms.py
oscar/apps/reports/forms.pyc
oscar/apps/reports/reports.py
oscar/apps/reports/reports.pyc
oscar/apps/reports/urls.pyc
oscar/apps/reports/utils.py
oscar/apps/reports/utils.pyc
oscar/apps/reports/views.py
oscar/apps/reports/views.pyc
oscar/apps/search/__init__.py
oscar/apps/search/__init__.pyc
oscar/apps/search/abstract_indexes.py
oscar/apps/search/abstract_indexes.pyc
oscar/apps/search/app.py
oscar/apps/search/app.pyc
oscar/apps/search/context_processors.py
oscar/apps/search/context_processors.pyc
oscar/apps/search/forms.py
oscar/apps/search/forms.pyc
oscar/apps/search/search_indexes.py
oscar/apps/search/search_indexes.pyc
oscar/apps/search/tests.py
oscar/apps/search/urls.py
oscar/apps/search/urls.pyc
oscar/apps/search/views.py
oscar/apps/search/views.pyc
oscar/apps/search/fixtures/sample-products.json
oscar/apps/shipping/__init__.py
oscar/apps/shipping/__init__.pyc
oscar/apps/shipping/abstract_models.py
oscar/apps/shipping/abstract_models.pyc
oscar/apps/shipping/admin.py
oscar/apps/shipping/admin.pyc
oscar/apps/shipping/methods.py
oscar/apps/shipping/methods.pyc
oscar/apps/shipping/models.py
oscar/apps/shipping/models.pyc
oscar/apps/shipping/repository.py
oscar/apps/shipping/repository.pyc
oscar/apps/shipping/tests.py
oscar/apps/shipping/tests.pyc
oscar/apps/shipping/fixtures/example-shipping-charges.json
oscar/apps/voucher/__init__.py
oscar/apps/voucher/__init__.pyc
oscar/apps/voucher/abstract_models.py
oscar/apps/voucher/abstract_models.pyc
oscar/apps/voucher/admin.py
oscar/apps/voucher/admin.pyc
oscar/apps/voucher/models.py
oscar/apps/voucher/models.pyc
oscar/apps/voucher/reports.py
oscar/apps/voucher/tests.py
oscar/apps/voucher/tests.pyc
oscar/core/__init__.py
oscar/core/__init__.pyc
oscar/core/application.py
oscar/core/application.pyc
oscar/core/decorators.pyc
oscar/core/fields.pyc
oscar/core/loading.py
oscar/core/loading.pyc
oscar/core/tests.py
oscar/core/tests.pyc
oscar/core/validators.py
oscar/core/validators.pyc
oscar/core/logging/__init__.py
oscar/core/logging/__init__.pyc
oscar/core/logging/formatters.py
oscar/core/logging/formatters.pyc
oscar/core/logging/handlers.py
oscar/core/logging/tests.py
oscar/core/logging/tests.pyc
oscar/forms/__init__.py
oscar/forms/__init__.pyc
oscar/forms/fields.py
oscar/forms/fields.pyc
oscar/models/__init__.py
oscar/models/__init__.pyc
oscar/models/fields.py
oscar/models/fields.pyc
oscar/templates/basket/basket.html
oscar/templates/basket/saved_list.html
oscar/templates/catalogue/browse.html
oscar/templates/catalogue/detail.html
oscar/templates/checkout/checkout.html
oscar/templates/checkout/gateway.html
oscar/templates/checkout/preview.html
oscar/templates/checkout/shipping_address.html
oscar/templates/checkout/shipping_methods.html
oscar/templates/checkout/thank_you.html
oscar/templates/checkout/user_address_form.html
oscar/templates/customer/address-book.html
oscar/templates/customer/address-create.html
oscar/templates/customer/address-delete.html
oscar/templates/customer/address-form.html
oscar/templates/customer/email-history.html
oscar/templates/customer/email.html
oscar/templates/customer/login_registration.html
oscar/templates/customer/order-history.html
oscar/templates/customer/order.html
oscar/templates/customer/profile.html
oscar/templates/customer/emails/commtype_registration_body.html
oscar/templates/customer/emails/commtype_registration_body.txt
oscar/templates/customer/emails/commtype_registration_sms.txt
oscar/templates/customer/emails/commtype_registration_subject.txt
oscar/templates/customer/history/recently-viewed-products.html
oscar/templates/order_management/browse.html
oscar/templates/order_management/order.html
oscar/templates/promotions/automaticproductlist.html
oscar/templates/promotions/banner.html
oscar/templates/promotions/block_countdown.html
oscar/templates/promotions/block_singleproduct.html
oscar/templates/promotions/block_tabbedblock.html
oscar/templates/promotions/default.html
oscar/templates/promotions/handpickedproductlist.html
oscar/templates/promotions/home.html
oscar/templates/promotions/image.html
oscar/templates/promotions/rawhtml.html
oscar/templates/promotions/singleproduct.html
oscar/templates/reports/dashboard.html
oscar/templates/reviews/_vote_bit.html
oscar/templates/reviews/add_review.html
oscar/templates/reviews/review.html
oscar/templates/reviews/reviews.html
oscar/templates/search/results.html
oscar/templates/search/indexes/product/item_text.txt
oscar/templatetags/__init__.py
oscar/templatetags/__init__.pyc
oscar/templatetags/currency_filters.py
oscar/templatetags/currency_filters.pyc
oscar/test/__init__.py
oscar/test/__init__.pyc
oscar/test/decorators.py
oscar/test/decorators.pyc
oscar/test/helpers.py
oscar/test/helpers.pyc
oscar/views/__init__.py
oscar/views/__init__.pyc
oscar/views/generic.py
oscar/views/generic.pyc