Metadata-Version: 1.2
Name: django-ipghrms-leave
Version: 1.5
Summary: Django IPG HRMS APP LEAVE
Home-page: http://ipg.tl/
Author: Kinos
Author-email: info@kinos.tl
Maintainer: kinos
Maintainer-email: info@kinos.tl
License: MIT
Description: 
        ============================
        Django IPG HRMS leave
        ============================
        
        
        Quick start
        ============
        
        
        1. Add 'leave' to your INSTALLED_APPS settings like this::
        
            INSTALLED_APPS = [
                'leave'
            ]
        
        2. Include the leave to project URLS like this::
        
            path('leave/', include('leave.urls')),
        
        3. Run ``python manage.py migrate`` to create leave model
        
        4. Another Apps Need for this Apps::
            4.1. custom::
            4.2. employee::
            4.3. user
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
