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.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .. django-oscar documentation master file, created by
  2. sphinx-quickstart on Mon Feb 7 13:16:33 2011.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. django-oscar - Domain-driven e-commerce for Django
  6. ==================================================
  7. django-oscar is a flexible e-commerce platform for Django, designed to build domain-driven
  8. ecommerce sites. It differs from other e-commerce projects in that the core of django-oscar is kept
  9. quite small but extensible. Any class within oscar can be subclassed and extended to customise
  10. the functionality available. While this means that more work is required up-front to
  11. set up the model, form and utility classes, the resulting project should be
  12. a much better representation of the domain at hand.
  13. It is developed by Tangent Labs, a London-based digital agency, and is based on
  14. their existing Taoshop PHP platform which currently powers several large-scale ecommerce sites.
  15. It is still in early development, but a stable release is planned for early summer 2011.
  16. The source is on Github: https://github.com/codeinthehole/django-oscar
  17. Contents:
  18. .. toctree::
  19. :maxdepth: 2
  20. introduction
  21. ecommerce_domain
  22. getting_started
  23. components
  24. web_services
  25. recipes
  26. contributing
  27. reference
  28. Indices and tables
  29. ==================
  30. * :ref:`genindex`
  31. * :ref:`modindex`
  32. * :ref:`search`