Skip to main content

Django rest framework E-commerce package

Project description

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

Project details


Release history Release notifications | RSS feed

This version

1.0

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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page