Django rest framework E-commerce package
Project description
Django rest framework E-commerce package which has simple beautiful eCommerce features.
Features:
- Below some features::
Product Management.
Category, Brand, Model, Brand, Serial number Management.
Semi-multi vendor (for the beta version).
Easy order Management system.
Quick start
Add commerce app in your INSTALLED_APPS settings like this:
INSTALLED_APPS = [ ... 'commerce', 'rest_framework', ]- Include the app URLconf in your project urls.py like this::
path(‘api/v1/commerce/’, include(‘commerce.urls’)),
- Migrations file from your application then again run migration in the app::
python manage.py makemigrations commerce
python manage.py migrate commerce
python manage.py migrate (optional if have already migrate not need to run the command again.)
API endpoint:
1. Root API: api/v1/commerce/ Download the postman collection from here: http://surl.li/bocru
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dj-rest-commerce-1.0.tar.gz.
File metadata
- Download URL: dj-rest-commerce-1.0.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62d469b340c240f5674ca8ecbae39be495f39a52a58f138692d39205090965dc
|
|
| MD5 |
e08188807f8dc211d40a6ce58d5d3753
|
|
| BLAKE2b-256 |
526454d54447e84c150798c07626929874d5462aa7609f8da47d75d40c1a1543
|
File details
Details for the file dj_rest_commerce-1.0-py3-none-any.whl.
File metadata
- Download URL: dj_rest_commerce-1.0-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d54c1af4633674012c9b6468bbb9e97ead13484895451f3dd7a057918eaf04b9
|
|
| MD5 |
7bb954a45366994f3988b2dd5b2fdd05
|
|
| BLAKE2b-256 |
71004bb2f46210fe3540d29e5c636141401f388bee7fd73736993823f291e0d3
|