Skip to main content

OBytes django application for managing ecommerce stores.

Project description

OBytes Django Store App

Build & Test pypi license downloads python docs health-check

OB-DJ-STORE is a Django application for managing ecommerce stores.

Quick start

  • This package requires running the PostGis GeoSpatial database for your Django project, check GeoDjango for references.
  1. Install ob_dj_store latest version pip install ob-dj-store

  2. Add "ob_dj_store" to your INSTALLED_APPS setting like this:

   # settings.py
   INSTALLED_APPS = [
        ...
        "ob_dj_store.core.stores",
        "ob_dj_store.core.stores.gateway.tap",
   ]
  1. Include "ob_dj_store" URLs to your project's urls.py file like the following:
   # urls.py
   urlpatterns = [
        ...
        path('ob-dj-store/', include('ob_dj_store.apis.stores.urls')),
   ]

Configuration

No additional configuration is required (yet).

Developer Guide

  1. Clone github repo git clone [url]

  2. pipenv install --dev

  3. pre-commit install

  4. Run unit tests pytest

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

ob-dj-store-0.0.9.2.tar.gz (80.3 kB view hashes)

Uploaded Source

Built Distribution

ob_dj_store-0.0.9.2-py3-none-any.whl (69.2 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