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 rest_framework and oscarapi to INSTALLED_APPS

    INSTALLED_APPS = [
     ...
     'rest_framework',
     'oscarapi',
    ]
  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.2.tar.gz (37.7 kB view details)

Uploaded Source

Built Distribution

django_oscar_api-2.0.2-py3-none-any.whl (54.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django-oscar-api-2.0.2.tar.gz
  • Upload date:
  • Size: 37.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for django-oscar-api-2.0.2.tar.gz
Algorithm Hash digest
SHA256 7ae7355066215a33a14cb355f176b1398c5c40746d0dc4115bc9cec80a4d344f
MD5 ca7d632c959f3af3d6ebf59a1ef419fd
BLAKE2b-256 edff03ec481f5aa966d903fdd4aceafde98a7548ca4c2b244c50ea35abba353a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django_oscar_api-2.0.2-py3-none-any.whl
  • Upload date:
  • Size: 54.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for django_oscar_api-2.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 815ed70203459ac13a8e6921e1f63d5ee9b08a6baea1370acdad93e8a5602fab
MD5 0e2826a20d46a10e948419d816c852bf
BLAKE2b-256 ca660654ae9514a2661fceee0a83e6510b154f44cf94ff4d023ef2b976d5fd80

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