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.1.tar.gz
(38.6 kB
view details)
File details
Details for the file django-oscar-api-1.1.1.tar.gz
.
File metadata
- Download URL: django-oscar-api-1.1.1.tar.gz
- Upload date:
- Size: 38.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef28d48e2a6526b0fc5796d1335618da2a1c03164bc19a633617266130dca5c3 |
|
MD5 | f8fab6dd403add5d41473fd2379703db |
|
BLAKE2b-256 | cb81775a60c25b15d6de494f43c81ce01b5d592b5348ba0a4eee4c05e11a50d0 |