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