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 django.urls import include urlpatterns = ( # all the things you already have path("api/", include("oscarapi.urls")), )
Apply migrations:
python manage.py migrate
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-2.0.0.tar.gz
(36.8 kB
view details)
Built Distribution
File details
Details for the file django-oscar-api-2.0.0.tar.gz
.
File metadata
- Download URL: django-oscar-api-2.0.0.tar.gz
- Upload date:
- Size: 36.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd169718878d94f81fb1d441be659daeb1633c2efecae20defc71a6cec7e5f52 |
|
MD5 | 11775fe90df7c1a31e4c27943c4a8514 |
|
BLAKE2b-256 | e11c973049077a0f5d7c824a4fe012d302edbc0b2432deb919985d5de8be05e8 |
File details
Details for the file django_oscar_api-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: django_oscar_api-2.0.0-py3-none-any.whl
- Upload date:
- Size: 53.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a279b793812478a0929c22d6468bad9d0b393409d763f60328bd71f64e2289c2 |
|
MD5 | 5fe63b5e99b4b80628cafbffee115e98 |
|
BLAKE2b-256 | d256e020c154ce886adb1bc42684d224352e5fac91cf202ace2e81a0c2902a97 |