Skip to main content

A simple Django application that provides a UI and RESTFul API for read only access to NPPES data.

Project description

django-providerregistry is a simple Django application that provides UI and a RESTFul API for read-only access to public information contained within NPPES (a.k.a. the NPI database).

Detailed documentation for using the API is in the “docs” directory. Installation instructions are below.

Quick Start

  1. Install MongoDB according to http://docs.mongodb.org/manual/installation/

  2. Download and import the NPPES Public Data into MongoDB.

You can use the script “loadnppes.py”, part of to do this for you in one big step. loadnppes.py is part of the provider-data-tools package.

  1. Pip install django-providerregistry and prerequisites:

    pip install pymongo django-providerregistry
  2. Add “providerregistry” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'providerregistry',
    )
  3. Include the direct URLconf in your project urls.py like this:

    url(r'^registry/', include('providerregistry.urls')),
  4. Create the models that contain informationto help with searching:

    python manage.py syncdb
  5. Collect static content:

    python manage.py collectstatic
  6. Start the development server:

    python manage.py runserver
  7. Point your browser to htpp://127.0.0.1:8000/registry

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

django-providerregistry-0.5.4.tar.gz (11.4 MB view details)

Uploaded Source

File details

Details for the file django-providerregistry-0.5.4.tar.gz.

File metadata

File hashes

Hashes for django-providerregistry-0.5.4.tar.gz
Algorithm Hash digest
SHA256 957bfb6e5d8d49f6aa595b8fc8e599ace75e2adb8b57164233e4dc51e5d07d83
MD5 129934f29d288abc705fa969b31b9a03
BLAKE2b-256 6d606873422fbed2b8d08ed86f62551bd30f5c3196d9c28f747c58d184f1f584

See more details on using hashes here.

Supported by

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