Metadata-Version: 2.1
Name: django-outbox-region
Version: 1.0.0
Summary: DJANGO OUTBOX REGION
Home-page: https://github.com/PROJECT-OUTBOX/django_lib_outbox_region.git
Author-email: suratiwan03@gmail.com
License: UNKNOWN
Description: # DJANGO OUTBOX REGION
        
        Use for management region, such as:
            > country   
            > province
            > Regency
            > Sub District
            > Urban Village
        
        ## Install package to your environment
            > pip install django-outbox-region
        
        ## How to use 
        
        ### Need to install dependencies:
            > pip install django-select2
            > pip install django-import-export
            
Keywords: region,django,country,province,regency,sub district,urban village
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
