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

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/', 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.4.1.tar.gz (43.2 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: django-oscar-api-1.4.1.tar.gz
  • Upload date:
  • Size: 43.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5

File hashes

Hashes for django-oscar-api-1.4.1.tar.gz
Algorithm Hash digest
SHA256 b707128eab87852fea1a9abdde530d85756c1176ece18f69da15413aed78c7cf
MD5 d4d29a77fddf5cdf5760d5e3c00c9830
BLAKE2b-256 50c576256d6ecc4e8983a961042f5ee62b5e8108cf3d4c97fbaba5bd2f6d90fd

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