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