Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

take_a_peek.rst 2.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. ===========
  2. Take a peek
  3. ===========
  4. There are several ways to get a feel for Oscar and what it can do.
  5. Browse the sandbox site
  6. =======================
  7. There is a demo Oscar site, built hourly from HEAD of the master branch (unstable):
  8. http://sandbox.oscar.tangentlabs.co.uk
  9. It is intended to be a vanilla install of Oscar, using the default templates and
  10. styles. This is the blank canvas upon which you an build your application.
  11. It only has two customisations on top of Oscar's core:
  12. * Two shipping methods are specified so that the shipping method step of
  13. checkout is not skipped. If there is only one shipping method (which is true of core
  14. oscar) then the shipping method step is skipped as there is no choice to be
  15. made.
  16. * A profile class is specified which defines a few simple fields. This is to
  17. demonstrate the account section of Oscar, which introspects the profile class
  18. to build a combined User and Profile form.
  19. Running the sandbox locally
  20. ===========================
  21. It's pretty straightforward to get the sandbox site running locally so you can
  22. play around with the sourcecode.
  23. Install Oscar and its dependencies within a virtualenv::
  24. git clone git://github.com/tangentlabs/django-oscar.git
  25. cd django-oscar
  26. mkvirtualenv oscar
  27. make contribute
  28. This will install all dependencies required for developing Oscar and create a
  29. simple database populated with products.
  30. You can then browse a sample Oscar site using Django's development server::
  31. ./manage.py runserver
  32. Note that some things are deliberately not implemented within core Oscar
  33. as they are domain-specific. For instance:
  34. * All tax is set to zero
  35. * The two shipping methods are both free
  36. * No payment is required to submit an order
  37. I've found a problem!
  38. ---------------------
  39. Good for you - please `report them in Github's issue tracker`_.
  40. .. _`report them in Github's issue tracker`: https://github.com/tangentlabs/django-oscar/issues
  41. Browse some real Oscar implementations
  42. ======================================
  43. There are several Oscar implementations in production, although several are B2B
  44. and hence can't be browsed by the public. Here's a few public ones to have a
  45. look at:
  46. * http://www.landmarkonthenet.com - Landmark is part of Tata Group. This site
  47. has a catalogue size of more than 20 million products and integrates with many
  48. partners such as Gardners, Ingram, Nielsen, Citibank, Qwikcilver and SAP.
  49. * http://www.dolbeau.ca/ - "Dolbeau delivers weekly limited editions of
  50. handcrafted luxury menswear"