Skip to main content

A simple way to use Master Data in django project.

Project description

Django Master data

  1. install dsm_master
pip install dsm_master
  1. install django app in settings.py
INSTALLED_APPS = [
    ...
    'dsm_django_masterdata.hscode',
    ...
]
  1. migrate database
python manage.py migrate
  1. check data in admin page

How to use

from dsm_master.hscode.models import HScode
hs_code = HScode.objects.all()

Project details


Download files

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

Source Distribution

dsm_django_masterdata-0.0.2.tar.gz (3.0 kB view hashes)

Uploaded Source

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