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 django.urls import include
    
    urlpatterns = (
        # all the things you already have
        path("api/", include("oscarapi.urls")),
    )
  4. Apply migrations:

    python manage.py migrate

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-2.0.0.tar.gz (36.8 kB view details)

Uploaded Source

Built Distribution

django_oscar_api-2.0.0-py3-none-any.whl (53.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django-oscar-api-2.0.0.tar.gz
  • Upload date:
  • Size: 36.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2

File hashes

Hashes for django-oscar-api-2.0.0.tar.gz
Algorithm Hash digest
SHA256 bd169718878d94f81fb1d441be659daeb1633c2efecae20defc71a6cec7e5f52
MD5 11775fe90df7c1a31e4c27943c4a8514
BLAKE2b-256 e11c973049077a0f5d7c824a4fe012d302edbc0b2432deb919985d5de8be05e8

See more details on using hashes here.

File details

Details for the file django_oscar_api-2.0.0-py3-none-any.whl.

File metadata

  • Download URL: django_oscar_api-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 53.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2

File hashes

Hashes for django_oscar_api-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a279b793812478a0929c22d6468bad9d0b393409d763f60328bd71f64e2289c2
MD5 5fe63b5e99b4b80628cafbffee115e98
BLAKE2b-256 d256e020c154ce886adb1bc42684d224352e5fac91cf202ace2e81a0c2902a97

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