Metadata-Version: 1.1
Name: django-ohm2-accounts-light
Version: 0.0.2
Summary: Django application to easily handle signup, login and logout
Home-page: http://www.ohm2.cl/
Author: Oliver Herrera
Author-email: oliver@ohm2.cl
License: BSD License
Description: =====
        OHM2 Handlers Light
        =====
        
        OHM2 Handlers Light is a complete Django app to conduct general methods and database access
        
        Detailed documentation is in the "docs" directory.
        
        Quick start
        -----------
        
        1. Add "ohm2_handlers" to your INSTALLED_APPS setting like this::
        
              INSTALLED_APPS = (
                  ...
                  'ohm2_handlers_light',
              )
        
        2. Include the handlers URLconf in your project urls.py like this::
        
              url(r'^ohm2_handlers_light/', include('ohm2_handlers.urls')),
        
        3. Run `python manage.py migrate` to create the handlers models.
        
        
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
