Skip to content

andrefsp/django-oscar

 
 

Repository files navigation

image

Domain-driven e-commerce for Django

Oscar is an e-commerce framework for Django designed for building domain-driven sites. It is structured such that any part of the core functionality can be customised to suit the needs of your project. This allows a wide range of e-commerce requirements to be handled, from large-scale B2C sites to complex B2B sites rich in domain-specific business logic.

image

image

Further reading:

Continuous integration status:

image

Oscar was written by David Winterbottom (@codeinthehole) and is developed and maintained by Tangent Labs, a London-based digital agency, with help from Mirumee.

Screenshots

These are a few screenshots from the 'sandbox' example site that ships with Oscar. It sports a simple design built with Twitter's Bootstrap. It provides a good starting point for quickly building elegant e-commerce sites.

image

image

image

image

You can have this sample shop running on your machine in 5 commands:

$ git clone git@github.com:tangentlabs/django-oscar.git
$ cd django-oscar
$ mkvirtualenv oscar
$ make sandbox
$ sites/sandbox/manage.py runserver

The sandbox site (initialised with a sample set of products) will be available at: http://localhost:8000. Want to make changes? Check out the contributing guidelines.

The sandbox site is also available to browse at http://latest.oscarcommerce.com

Extensions

The following extensions are stable and ready for use:

The following extensions are in development:

Let us know if you're writing a new one!

License

Oscar is released under the permissive New BSD license.

Case studies

Oscar is still in active development, but is used in production by a range of companies, from large multinationals to small, boutique stores:

Tangent projects:

image

image

image

image

Non-Tangent:

image

image

Many more on the way. If you use Oscar in production, please let us know.

Would you like to work on Oscar?

Tangent Labs are currently looking for python hackers to work on Oscar as well as some of other internal products and e-commerce projects. If this sounds interesting, please get in touch with @codeinthehole through Github or Twitter. The position is in Tangent's London offices.

About

Domain-driven e-commerce for Django

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 67.7%
  • CSS 22.7%
  • JavaScript 9.3%
  • Other 0.3%