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.0.tar.gz
(44.2 kB
view details)
File details
Details for the file django-oscar-api-1.5.0.tar.gz
.
File metadata
- Download URL: django-oscar-api-1.5.0.tar.gz
- Upload date:
- Size: 44.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e12982b0e5759db6cfa681da0b9e6f7fde65e2fee6d040f84c788646dffa87d6 |
|
MD5 | 3a5b20966a9e15573fab1ce83c726f51 |
|
BLAKE2b-256 | 8d5cc27dbcb2fd754e171f8b77fdf1e220c2b4379b683fa9487e7edccc2f5bbf |