معرفی شرکت ها


django-providerregistry-0.6.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A simple Django application that provides a UI and RESTFul API for read only access to NPPES data.
ویژگی مقدار
سیستم عامل -
نام فایل django-providerregistry-0.6.0
نام django-providerregistry
نسخه کتابخانه 0.6.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Alan Viars
ایمیل نویسنده sales@videntity.com
آدرس صفحه اصلی https://github.com/hhsidealab/django-providerregistry
آدرس اینترنتی https://pypi.org/project/django-providerregistry/
مجوز Public Domain
=================================================== django-providerregistry - The NPPES Public Registry =================================================== 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. 3. Pip install django-providerregistry and prerequisites:: pip install pymongo django-providerregistry 4. Add "providerregistry" to your INSTALLED_APPS setting like this:: INSTALLED_APPS = ( ... 'providerregistry', ) 5. Include the direct URLconf in your project urls.py like this:: url(r'^registry/', include('providerregistry.urls')), 6. Create the models that contain informationto help with searching:: python manage.py syncdb 7. Collect static content:: python manage.py collectstatic 8. Start the development server:: python manage.py runserver 9. Point your browser to htpp://127.0.0.1:8000/registry


نحوه نصب


نصب پکیج whl django-providerregistry-0.6.0:

    pip install django-providerregistry-0.6.0.whl


نصب پکیج tar.gz django-providerregistry-0.6.0:

    pip install django-providerregistry-0.6.0.tar.gz