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 someway (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 allready got 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.1.3.tar.gz
(39.1 kB
view details)
File details
Details for the file django-oscar-api-1.1.3.tar.gz
.
File metadata
- Download URL: django-oscar-api-1.1.3.tar.gz
- Upload date:
- Size: 39.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0585e26eb15bd106554e2d62117a35a6a123855e039b3048487c16cace04b6a |
|
MD5 | 93821f609222d56d1c3213397da6b5fe |
|
BLAKE2b-256 | 1456191df53f02342060b06d47735c4c45d4dbc0d4f6ad88caacb31b1faafe03 |