You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.rst 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .. sphinx-quickstart on Mon Feb 7 13:16:33 2011.
  2. You can adapt this file completely to your liking, but it should at least
  3. contain the root `toctree` directive.
  4. .. image:: http://img94.imageshack.us/img94/9094/oscarza.jpg
  5. ===================================
  6. Domain-driven e-commerce for Django
  7. ===================================
  8. Oscar is an e-commerce framework for Django designed for building
  9. domain-driven applications. It is structured so that the core business objects
  10. can be customised to suit the domain at hand. In this way, your application
  11. can accurately model its domain, making feature development and maintenance
  12. much easier.
  13. Features:
  14. * Any product type can be handled, including downloadable products,
  15. subscriptions, variant products (eg a T-shirt in different sizes and colours).
  16. * Customisable products, such as T-shirts with personalised messages.
  17. * Can be used for large catalogues - Oscar is used in production by sites with
  18. more than 20 million products.
  19. * Multiple fulfillment partners for the same product.
  20. * Range of merchandising blocks for promoting products throughuout your site.
  21. * Sophisticated offers that support virtually any kind of offer you can think
  22. of - multibuys, bundles, buy X get 50% of Y etc
  23. * Vouchers
  24. * Comprehensive dashboard
  25. * Support for split payment orders
  26. * Extension libraries available for PayPal, GoCardless, DataCash and more
  27. Oscar is developed by `Tangent Labs`_, a London-based digital agency. It is
  28. used in production in several applications to sell everything from beer mats to
  29. ipads. The `source is on Github`_.
  30. .. _`Tangent Labs`: http://www.tangentlabs.co.uk
  31. .. _`source is on Github`: https://github.com/tangentlabs/django-oscar
  32. .. toctree::
  33. :maxdepth: 2
  34. take_a_peek
  35. getting_started
  36. key_questions
  37. recipes
  38. getting_help
  39. design_decisions
  40. reference
  41. contributing
  42. Indices and tables
  43. ==================
  44. * :ref:`genindex`
  45. * :ref:`modindex`
  46. * :ref:`search`