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/', 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.5.2.tar.gz
(43.8 kB
view details)
File details
Details for the file django-oscar-api-1.5.2.tar.gz
.
File metadata
- Download URL: django-oscar-api-1.5.2.tar.gz
- Upload date:
- Size: 43.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d42627cc9958483cacd55b79bcdd8e43c6af93ea99a01b7eb6b3909b657310c |
|
MD5 | 32f4b29a112d66b8bbe6ad71a6758c00 |
|
BLAKE2b-256 | 1c34175e4ab7c3736d6dfb4a67a260f705ec43ac4b8d3067e8c08af6cc6b96d9 |