Skip to main content

Django rest framework E-commerce package which has simple beautiful eCommerce features.

Features:

  1. Below some features::
    1. Product Management.

    2. Category, Brand, Model, Brand, Serial number Management.

    3. Semi-multi vendor (for the beta version).

    4. Easy order Management system.

Quick start

  1. Add commerce app in your INSTALLED_APPS settings like this:

    INSTALLED_APPS = [
        ...
        'commerce',
        'rest_framework',
    ]
  2. Include the app URLconf in your project urls.py like this::

    path(‘api/v1/commerce/’, include(‘commerce.urls’)),

  3. Migrations file from your application then again run migration in the app::
    1. python manage.py makemigrations commerce

    2. python manage.py migrate commerce

    3. 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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dj-rest-commerce-1.0.tar.gz (8.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dj_rest_commerce-1.0-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

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

Hashes for dj-rest-commerce-1.0.tar.gz
Algorithm Hash digest
SHA256 62d469b340c240f5674ca8ecbae39be495f39a52a58f138692d39205090965dc
MD5 e08188807f8dc211d40a6ce58d5d3753
BLAKE2b-256 526454d54447e84c150798c07626929874d5462aa7609f8da47d75d40c1a1543

See more details on using hashes here.

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

Hashes for dj_rest_commerce-1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d54c1af4633674012c9b6468bbb9e97ead13484895451f3dd7a057918eaf04b9
MD5 7bb954a45366994f3988b2dd5b2fdd05
BLAKE2b-256 71004bb2f46210fe3540d29e5c636141401f388bee7fd73736993823f291e0d3

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page