Skip to main content

REST API module for django-oscar

Project description

This package provides a RESTful API for django-oscar.

https://travis-ci.org/django-oscar/django-oscar-api.svg?branch=master 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-oscar-api-1.3.1.tar.gz (42.6 kB view details)

Uploaded Source

File details

Details for the file django-oscar-api-1.3.1.tar.gz.

File metadata

File hashes

Hashes for django-oscar-api-1.3.1.tar.gz
Algorithm Hash digest
SHA256 ce16082cae799a4e35ec5f8107babcbbb04716c071d697c3ba4b571bf9d3ab14
MD5 4e6725c790cab298ef9a54552aba8348
BLAKE2b-256 e1c706eb562834a2b9cbbc625d1ec6805afe14411672ac10f155ea9b64c9a8ba

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page