Skip to content

carxwol/django-oscar-api

 
 

Repository files navigation

Django Oscar API

This package provides a RESTful API for django-oscar.

image

Coverage

Documentation Status

Latest PyPi release

How many times koe is in the sourcecode

Usage

To use the Oscar API application in an Oscar E-commerce site, follow these steps:

  1. Install the django-oscar-api package (pip install django-oscar-api).
  2. Add oscarapi to INSTALLED_APPS.
  3. Add the application's urls to your urlconf:

    from oscarapi.app import application as api
    
    urlpatterns = (
        # all the things you already have
        url(r'^api/', include(api.urls)),
    )

See the Documentation for more information and the Changelog for release notes.

About

RESTful JSON API for django-oscar

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.5%
  • Makefile 0.5%