您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

index.rst 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. ==================================================
  5. django-oscar - Domain-driven e-commerce for Django
  6. ==================================================
  7. django-oscar is an e-commerce framework for Django designed for building
  8. domain-driven applications. It is structured so that the core business objects
  9. (eg the models for a product/basket/order etc) can be customised to suit the
  10. domain at hand. In this way, your application can accurately model its domain,
  11. making feature development and maintenance much easier.
  12. This is in contrast to alternative e-commerce frameworks which use meta-data and
  13. key-value tables to model a domain.
  14. Oscar is developed by `Tangent Labs`_, a London-based digital agency. It is used in
  15. production in several applications to sell everything from beer mats to ipads.
  16. .. _`Tangent Labs`: http://www.tangentlabs.co.uk
  17. The `source is on Github`_.
  18. .. _`source is on Github`: https://github.com/tangentlabs/django-oscar
  19. Table of contents
  20. -----------------
  21. .. toctree::
  22. :maxdepth: 2
  23. getting_started
  24. customisation
  25. recipes
  26. reference
  27. Indices and tables
  28. ==================
  29. * :ref:`genindex`
  30. * :ref:`modindex`
  31. * :ref:`search`