Metadata-Version: 1.1
Name: django-ohm2-permissions-light
Version: 0.2.2
Summary: Django application to easily handle addresses
Home-page: http://www.ohm2.cl/
Author: Oliver Herrera
Author-email: oliver@ohm2.cl
License: BSD License
Description: django-ohm2-handlers-light source code
        =============================
        
        
        Installation:
        
        #. Create a Python +3.5 virtualenv
        
        #. Install dependencies::
        
            - ohm2_handlers_light
        
        #. Add 'ohm2_countries_light' to installed apps::
        
            INSTALLED_APPS = [
              '''
              'ohm2_countries_light',
              ...
            ]
        
        #. Create tables::
        
            ./manage.py migrate
        
        
        
        
        Models
        ------
        
        ohm2_countries_light comes with one basic Country models:
        
        
        Variables
        ---------
        
        OHM2_COUNTRIES_LIGHT_FLAGS_SMALL_BASE_PATH: path to small flag images (the pages comes with default ones)
        
        
        API - v1
        --------
        
        
        
        
        	
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
