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 oscarapi to INSTALLED_APPS.
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
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-1.3.0.tar.gz
(42.5 kB
view details)
File details
Details for the file django-oscar-api-1.3.0.tar.gz
.
File metadata
- Download URL: django-oscar-api-1.3.0.tar.gz
- Upload date:
- Size: 42.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd797f2854838ac1d18e350c744e346d3b5399f73d1f854400c1b988dac2ef3f |
|
MD5 | a7ac8c5273af7422f4259e0da2400f34 |
|
BLAKE2b-256 | 34aa185532c2a9bab33081565b2821cfcc328f28f14d04894ec5dd8ca6b73828 |