Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

index.rst 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. =============================================
  6. Welcome to the documentation for django-oscar
  7. =============================================
  8. django-oscar is a flexible e-commerce platform for Django, designed to build domain-driven
  9. ecommerce sites. It differs from other e-commerce projects in that the core of django-oscar is kept
  10. quite small but extensible. Any class within oscar can be subclassed and extended to customise
  11. the functionality available. While this means that more work is required up-front to
  12. set up the model, form and utility classes, the resulting project should be
  13. a much better representation of the domain at hand.
  14. It is developed by Tangent Labs, a London-based digital agency, and is based on
  15. their existing Taoshop PHP platform which currently powers several large-scale ecommerce sites.
  16. It is still in early development, but a stable release is planned for early summer 2011.
  17. The source is on Github: https://github.com/tangentlabs/django-oscar
  18. Getting started:
  19. .. toctree::
  20. :maxdepth: 2
  21. :numbered:
  22. contributing
  23. getting_started
  24. Full contents:
  25. .. toctree::
  26. :maxdepth: 2
  27. introduction
  28. ecommerce_domain
  29. getting_started
  30. components
  31. web_services
  32. recipes
  33. contributing
  34. reference
  35. Indices and tables
  36. ==================
  37. * :ref:`genindex`
  38. * :ref:`modindex`
  39. * :ref:`search`