| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 | 
							- .. sphinx-quickstart on Mon Feb  7 13:16:33 2011.
 -    You can adapt this file completely to your liking, but it should at least
 -    contain the root `toctree` directive.
 - 
 - ==================================================
 - django-oscar - Domain-driven e-commerce for Django
 - ==================================================
 - 
 - django-oscar is an e-commerce framework for Django designed for building
 - domain-driven applications.  It is structured so that the core business objects
 - (eg the models for a product/basket/order etc) can be customised to suit the
 - domain at hand.  In this way, your application can accurately model its domain,
 - making feature development and maintenance much easier.
 - 
 - This is in contrast to alternative e-commerce frameworks which use meta-data and
 - key-value tables to model a domain.
 - 
 - Oscar is developed by `Tangent Labs`_, a London-based digital agency.  It is used in
 - production in several applications to sell everything from beer mats to ipads.
 - 
 - .. _`Tangent Labs`: http://www.tangentlabs.co.uk
 - 
 - The `source is on Github`_. 
 - 
 - .. _`source is on Github`: https://github.com/tangentlabs/django-oscar
 - 
 - Table of contents
 - -----------------
 - 
 - .. toctree::
 -    :maxdepth: 2
 - 
 -    getting_started
 -    customisation
 -    recipes
 -    reference
 - 
 - Indices and tables
 - ==================
 - 
 - * :ref:`genindex`
 - * :ref:`modindex`
 - * :ref:`search`
 
 
  |