Metadata-Version: 1.1
Name: django-hatstall
Version: 0.1
Summary: A Django app to manage identities in Sorting Hat.
Home-page: https://github.com/chaoss/grimoirelab-hatstall
Author: Bitergia
Author-email: acs@bitergia.com
License: GPLv3
Description: ========
        Hatstall
        ========
        
        Hatstall is a Django app to manage the identities in Sorting Hat. You can
        edit, list, merge, unmerge and enroll the identities in SortingHat.
        
        Detailed documentation is in the "docs" directory.
        
        Quick start
        -----------
        
        1. Add "hatstall" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = [
                ...
                'hatstall',
            ]
        
        2. Include the hatstall URLconf in your project urls.py like this::
        
            path('hatstall/', include('hatstall.urls')),
        
        3. Start the development server.
        
        5. Visit http://127.0.0.1:8000/hatstall/ to use it.
        
Keywords: development repositories analytics git github bugzilla jira jenkins
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.0
Classifier: Intended Audience :: Customer Service
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
