Skip to content

fork of django-oscar that provides JNE (Indonesia) shipping method with the help from Rajaongkir

License

Notifications You must be signed in to change notification settings

abirafdirp/django-oscar-jne

Repository files navigation

Quickstart

Install:

pip install git+git://github.com/abirafdirp/django-oscar-jne.git

Specify these in your settings:

RAJAONGKIR_KEY = <your rajaongkir key>
SHIPPING_ORIGIN = <your shipping origin in form of rajaongkir city ID>

Run:

python manage.py updaterajaongkir

What's changed

this repo is based on 1.1.1 release

  • Added jne reguler shipping method with the help from rajaongkir. You must set RAJAONGKIR_KEY and SHIPPING_ORIGIN in your settings, SHIPPING_ORIGIN is must be a rajaongkir city ID.
  • Added updaterajaongkir management command. This will populate your cities with rajaongkir's data.
  • Added has_descendants() in category model (for frontend usage)
  • Added weight to product model
  • Change phone_number field to char_field to remove international validation (was oscar's phone field)
  • Removed many unused fields in shipping address, because this app is only intended for local usage only (Indonesia)

TODO

  • Add proper exception when rajaongkir API call fails.
https://github.com/django-oscar/django-oscar/raw/master/docs/images/logos/oscar.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.

Contents:

https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/oscarcommerce.thumb.png https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/readthedocs.thumb.png

Further reading:

Continuous integration status:

https://travis-ci.org/django-oscar/django-oscar.svg?branch=master Coverage

PyPI status:

https://pypip.in/v/django-oscar/badge.png https://pypip.in/d/django-oscar/badge.png

Docs status:

Documentation Status

Core team:

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

https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/browse.thumb.png https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/detail.thumb.png https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/basket.thumb.png https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/dashboard.thumb.png

The sandbox site is also available to browse at http://latest.oscarcommerce.com. Dashboard users can be created using this gateway page.

The sandbox site can be set-up locally in 5 commands. Want to make changes? Check out the contributing guidelines.

Oscar also ships with a demo site, which is a reference build of an Oscar project. It integrates with Oscar's stores, PayPal and Datacash extensions.

https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/demo.home.thumb.png https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/demo.browse.thumb.png

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

The following extensions are stable and ready for use:

The following are community-written extensions:

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

Oscar is released under the permissive New BSD license (see summary).

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

Selected Tangent projects:

https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/landmark.thumb.png https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/carlsberg.cch.thumb.png https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/chocolatebox.thumb.png https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/labourshop.thumb.png https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/meridian.thumb.png https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/rightchoice.thumb.png https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/freetix.thumb.png https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/nailsinc.thumb.png

Non-Tangent:

https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/dolbeau.thumb.png https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/audioapp.thumb.png https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/anythinggift.thumb.png https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/partecipacards.thumb.png https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/chiyome.thumb.png https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/bpm.thumb.png

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

If you are interested in having an Oscar project built for you, or for development of an existing Oscar site, Tangent can help. Please get in touch via oscar@tangentlabs.co.uk or via the Tangent Snowball site.

About

fork of django-oscar that provides JNE (Indonesia) shipping method with the help from Rajaongkir

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published