| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 | 
							- .. image:: ../images/logos/oscar.png
 -    :align: right
 - 
 - =====
 - Oscar
 - =====
 - 
 - -----------------------------------
 - Domain-driven e-commerce for Django
 - -----------------------------------
 - 
 - Oscar is an e-commerce framework for building domain-driven applications. It
 - has flexibility baked into its core so that complicated requirements can be
 - elegantly captured. You can tame a spaghetti domain without writing spaghetti
 - code.
 - 
 - Years of e-commerce hard-earned experience informs Oscar's design.
 - 
 - Oscar is "domain-driven" in the sense that the core business objects can be
 - customised to suit the domain at hand. In this way, your application can
 - accurately capture the subtleties of its domain, making feature development and
 - maintenance much easier.
 - 
 - Features:
 - 
 - * Any product type can be handled including downloadable products,
 -   subscriptions, child products (e.g., a T-shirt in different sizes and colours).
 - 
 - * Customisable products, such as T-shirts with personalised messages.
 - 
 - * Large catalogue support - Oscar is used in production by sites with
 -   more than 20 million products.
 - 
 - * Multiple fulfilment partners for the same product.
 - 
 - * A range of merchandising blocks for promoting products throughout your site.
 - 
 - * Sophisticated offers that support virtually any kind of offer you can think
 -   of - multi-buys, bundles, buy X get 50% off Y etc
 - 
 - * Vouchers (built on top of the offers framework)
 - 
 - * Comprehensive dashboard that replaces the Django admin completely
 - 
 - * Support for complex order processing such split payment orders, multi-batch
 -   shipping, order status pipelines.
 - 
 - * Extension libraries available for many payment gateways, including PayPal_,
 -   GoCardless_, DataCash_ and more.
 - 
 - .. _PayPal: https://github.com/django-oscar/django-oscar-paypal
 - .. _GoCardless: https://github.com/django-oscar/django-oscar-gocardless
 - .. _DataCash: https://github.com/django-oscar/django-oscar-datacash
 - 
 - Oscar is a good choice if your domain has non-trivial business logic.  Oscar's
 - flexibility means it's straightforward to implement business rules that would be
 - difficult to apply in other frameworks.
 - 
 - Example requirements that Oscar projects already handle:
 - 
 - * Paying for an order with multiple payment sources (e.g., using a bankcard,
 -   voucher, gift card and points account).
 - 
 - * Complex access control rules governing who can view and order what.
 - 
 - * Supporting a hierarchy of customers, sales reps and sales directors - each
 -   being able to "masquerade" as their subordinates.
 - 
 - * Multi-lingual products and categories.
 - 
 - * Digital products.
 - 
 - * Dynamically priced products (e.g. where the price is provided by an external
 -   service).
 - 
 - Oscar is used in production in several applications to sell everything from beer
 - mats to hotel beds.  The `source is on GitHub`_ - contributions are always welcome.
 - 
 - .. _`source is on GitHub`: https://github.com/django-oscar/django-oscar
 - 
 - First steps
 - ===========
 - .. toctree::
 -    :maxdepth: 1
 - 
 -    internals/sandbox
 -    internals/getting_started
 -    topics/key_questions
 -    topics/modelling_your_catalogue
 -    internals/getting_help
 -    ref/glossary
 - 
 - Using Oscar
 - ===========
 - 
 - All you need to start developing an Oscar project.
 - 
 - .. toctree::
 -    :maxdepth: 1
 - 
 -    ref/platform_database_support
 -    topics/customisation
 -    topics/class_loading_explained
 -    topics/prices_and_availability
 -    topics/deploying
 -    topics/translation
 -    topics/upgrading
 -    topics/fork_app
 - 
 - Reference:
 - 
 - .. toctree::
 -    :maxdepth: 1
 - 
 -    Core functionality </ref/core>
 -    Oscar's apps </ref/apps/index>
 -    howto/index
 -    ref/settings
 -    ref/signals
 -    ref/templatetags
 - 
 - The Oscar open-source project
 - =============================
 - 
 - Learn about the ideas behind Oscar and how you can contribute.
 - 
 - .. toctree::
 -    :maxdepth: 1
 - 
 -    internals/design-decisions
 -    releases/index
 -    internals/contributing/index
 
 
  |