Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
David Winterbottom 800fcf652f Bump version, update changelog for 0.4 13 gadus atpakaļ
docs Add docs for order status pipeline 13 gadus atpakaļ
oscar Bump version, update changelog for 0.4 13 gadus atpakaļ
sites Add ORDER_PLACED to email templates fixture 13 gadus atpakaļ
tests Add email dashboard 13 gadus atpakaļ
.gitignore Remove accidentally committed images 13 gadus atpakaļ
.travis.yml Add lint step to travis 13 gadus atpakaļ
.vagrant Add email dashboard 13 gadus atpakaļ
AUTHORS Add Sebastian to AUTHORS 13 gadus atpakaļ
CHANGELOG.rst Bump version, update changelog for 0.4 13 gadus atpakaļ
CONTRIBUTING.rst Reverse direction of symlink for CONTRIBUTING.rst 13 gadus atpakaļ
LICENSE Added BSD license 14 gadus atpakaļ
MANIFEST.in Updated MANIFEST.in to include .po files 13 gadus atpakaļ
Makefile Add lint step to travis 13 gadus atpakaļ
README.rst Remove Trello link from README 13 gadus atpakaļ
create_migration.py Moved tests into separate package. 13 gadus atpakaļ
lint.sh Add lint step to travis 13 gadus atpakaļ
pre-commit.sh Moved tests into separate package. 13 gadus atpakaļ
release.sh Merge branch 'releases/0.2' 13 gadus atpakaļ
requirements.txt Update makefile to use flake8 instead of pyflakes 13 gadus atpakaļ
runtests.py Update makefile and test runner for CI 13 gadus atpakaļ
setup.py Upgrade django-extra-views 13 gadus atpakaļ

README.rst

.. image:: http://img692.imageshack.us/img692/6498/logovf.png

===================================
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.

Further reading:

* `Official homepage`_
* `Sandbox site`_ (an hourly build of the unstable master branch - it's
experimental but feel free to explore and get a feel for the base Oscar
install. Dashboard access coming soon!)
* `Documentation`_ on the excellent `readthedocs.org`_
* `Google Group`_ - the mailing list is django-oscar@googlegroups.com
* `Continuous integration homepage`_ on `travis-ci.org`_
* `Twitter account for news and updates`_
* `Twitter account of all commits`_
* `crate.io page`_
* `PyPI page`_

Continuous integration status:

.. image:: https://secure.travis-ci.org/tangentlabs/django-oscar.png

.. _`Official homepage`: http://oscarcommerce.com
.. _`Sandbox site`: http://sandbox.oscar.tangentlabs.co.uk
.. _`Documentation`: http://django-oscar.readthedocs.org/en/latest/
.. _`readthedocs.org`: http://readthedocs.org
.. _`Continuous integration homepage`: http://travis-ci.org/#!/tangentlabs/django-oscar
.. _`travis-ci.org`: http://travis-ci.org/
.. _`Twitter account for news and updates`: https://twitter.com/#!/django_oscar
.. _`Twitter account of all commits`: https://twitter.com/#!/oscar_django
.. _`Google Group`: https://groups.google.com/forum/?fromgroups#!forum/django-oscar
.. _`crate.io page`: https://crate.io/packages/django-oscar/
.. _`PyPI page`: http://pypi.python.org/pypi/django-oscar/

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

.. _`Mirumee`: http://mirumee.com/

.. _`David Winterbottom`: http://codeinthehole.com
.. _`@codeinthehole`: https://twitter.com/codeinthehole
.. _`Tangent Labs`: http://www.tangentlabs.co.uk
.. _`Mirumee`: http://mirumee.com/

Extensions
----------

The following extensions are stable and ready for use:

* django-oscar-datacash_ - Integration with the DataCash_ payment gateway
* django-oscar-paypal_ - Integration with PayPal. This currently supports both
`Express Checkout`_ and `PayFlow Pro`_.
* django-oscar-gocardless_ - Integration with the GoCardless_ payment gateway
* django-oscar-jirafe_ - Integration with the Jirafe_ analytics package
* django-oscar-paymentexpress_ - Integration with the `Payment Express`_ payment
gateway
* django-oscar-accounts_ - Managed accounts (can be used for giftcard
functionality and loyalty schemes)

.. _django-oscar-datacash: https://github.com/tangentlabs/django-oscar-datacash
.. _django-oscar-paymentexpress: https://github.com/tangentlabs/django-oscar-paymentexpress
.. _`Payment Express`: http://www.paymentexpress.com
.. _DataCash: http://www.datacash.com/
.. _django-oscar-paypal: https://github.com/tangentlabs/django-oscar-paypal
.. _`Express Checkout`: https://www.paypal.com/uk/cgi-bin/webscr?cmd=_additional-payment-ref-impl1
.. _`PayFlow Pro`: https://merchant.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=merchant/payment_gateway
.. _django-oscar-gocardless: https://github.com/tangentlabs/django-oscar-gocardless
.. _GoCardless: https://gocardless.com/
.. _django-oscar-jirafe: https://github.com/tangentlabs/django-oscar-jirafe
.. _Jirafe: https://jirafe.com/
.. _django-oscar-accounts: https://github.com/tangentlabs/django-oscar-accounts

The following extensions are in development:

* django-oscar-stores_ - Physical stores integration (opening hours, store
locator etc)
* django-oscar-parachute_ - Import scripts for migrating away from non-Oscar
platforms.
* django-oscar-approval_ - Approval workflow for authorising new
orders/products.

.. _django-oscar-stores: https://github.com/tangentlabs/django-oscar-stores
.. _django-oscar-parachute: https://github.com/tangentlabs/django-oscar-parachute
.. _django-oscar-approval: https://github.com/tangentlabs/django-oscar-approval

License
-------

Oscar is released under the permissive `New BSD license`_.

.. _`New BSD license`: https://github.com/tangentlabs/django-oscar/blob/master/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:

* Tata Group - http://www.landmarkonthenet.com
* Carlsberg - Their global "We Deliver More" platform is powered by Oscar (but
is a B2B site so it not browsable by the public).
* The UK Labour party - http://shop.labour.org.uk

Non-Tangent:

* Dolbeau - http://www.dolbeau.ca/

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