Metadata-Version: 1.0
Name: core_explore_common_app
Version: 2.0.0b2
Summary: Base exploration function for the curator core project
Home-page: https://github.com/usnistgov/core_explore_common_app
Author: NIST IT Lab
Author-email: itl_inquiries@nist.gov
License: UNKNOWN
Description: =======================
        Core Explore Common App
        =======================
        
        Base exploration function for the curator core project.
        
        Quick start
        ===========
        
        1. Add "core_explore_common_app" to your INSTALLED_APPS setting
        ---------------------------------------------------------------
        
        .. code:: python
        
            INSTALLED_APPS = [
              ...
              'core_explore_common_app',
            ]
        
        2. Include the core_explore_common_app URLconf in your project urls.py
        ----------------------------------------------------------------------
        
        .. code:: python
        
            url(r'^explore/common/', include('core_explore_common_app.urls')),
        
Platform: UNKNOWN
