REST API module for django-oscar
Project description
This package provides a RESTful API for django-oscar.
Usage
To use the Oscar API application in an Oscar E-commerce site, follow these steps:
Install the django-oscar-api package (pip install django-oscar-api).
Add rest_framework and oscarapi to INSTALLED_APPS
INSTALLED_APPS = [ ... 'rest_framework', 'oscarapi', ]
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")), )
Apply migrations:
python manage.py migrate
See the Documentation for more information and the Changelog for release notes.
Project details
Release history Release notifications | RSS feed
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)
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ae7355066215a33a14cb355f176b1398c5c40746d0dc4115bc9cec80a4d344f |
|
MD5 | ca7d632c959f3af3d6ebf59a1ef419fd |
|
BLAKE2b-256 | edff03ec481f5aa966d903fdd4aceafde98a7548ca4c2b244c50ea35abba353a |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 815ed70203459ac13a8e6921e1f63d5ee9b08a6baea1370acdad93e8a5602fab |
|
MD5 | 0e2826a20d46a10e948419d816c852bf |
|
BLAKE2b-256 | ca660654ae9514a2661fceee0a83e6510b154f44cf94ff4d023ef2b976d5fd80 |