Metadata-Version: 1.0
Name: core-module-status-registry-app
Version: 1.13.0
Summary: Status registry module
Home-page: https://github.com/usnistgov/core_module_status_registry_app
Author: NIST IT Lab
Author-email: itl_inquiries@nist.gov
License: UNKNOWN
Description: core_module_status_registry_app
        ===============================
        
        Status registry module
        
        Quick start
        ===========
        
        1. Add "core_module_status_registry_app" to your INSTALLED_APPS setting
        -----------------------------------------------------------------------
        
        .. code:: python
        
            INSTALLED_APPS = [
              ...
              'core_module_status_registry_app',
            ]
        
        2. Include the core_module_status_registry_app URLconf in your project urls.py
        ------------------------------------------------------------------------------
        
        .. code:: python
        
            url(r'^', include('core_module_status_registry_app.urls')),
Platform: UNKNOWN
