REST API module for django-oscar
Project description
This package provides a RESTful API for django-oscar.
Usage
To use the oscarapi application in an oscar ecommerce 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 readthedocs for more information.
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.0.tar.gz
(34.0 kB
view details)
File details
Details for the file django-oscar-api-1.0.0.tar.gz
.
File metadata
- Download URL: django-oscar-api-1.0.0.tar.gz
- Upload date:
- Size: 34.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c31dfd10c1648237cbbd62249e5303eb9ddd136210528677d77f6fabfda025b |
|
MD5 | 2c2a411640dd9cd3de9942c7bd8847c3 |
|
BLAKE2b-256 | deaee26c2bd3ef1894beb7f6f23b5230196d96fde77f47dc9fb1a26a1103eb14 |