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.1.5.tar.gz
(39.1 kB
view details)
File details
Details for the file django-oscar-api-1.1.5.tar.gz
.
File metadata
- Download URL: django-oscar-api-1.1.5.tar.gz
- Upload date:
- Size: 39.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d1a736a7aef2688058ded75212e318a99dfd667699c8f9c932a6d910bf4b895 |
|
MD5 | e0c8c8c6fe37042f44755cb3590b27d5 |
|
BLAKE2b-256 | 1371aad3b1887a45d80833c931e9bfd5da90c6cce041b5464259a06de6d91ad6 |