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 = patterns('', # all the things you allready got url(r'^api/', include(api.urls)), )
See the Documentation for more information.
Changelog
1.0.1 (2016-1-29)
- Fixes:
#57 Make sure that we a really compatible with Django 1.9 (against Oscar Dev)
Removed django-compressor<2.0 as a dependency
Fix for the LoginSerializer to make it work with custom username fields
1.0.0 (2016-01-14)
Initial release.
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.0.1.tar.gz
(34.8 kB
view details)
File details
Details for the file django-oscar-api-1.0.1.tar.gz
.
File metadata
- Download URL: django-oscar-api-1.0.1.tar.gz
- Upload date:
- Size: 34.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53a5fbd874cf9738b27b9583f21efc7887fafdc3ad00af1b3a124be6abfcf52f |
|
MD5 | 777c1cad2a7cb4138a23269ca0d1e8f8 |
|
BLAKE2b-256 | fbe66b96f16832c201e31abd641dcface3e9f425ef3560055415d77a2d7a130d |