Metadata-Version: 1.1
Name: creh-logs
Version: 0.1
Summary: Log application
Home-page: https://bitbucket.org/crehana/creh-logs
Author: Jonathan
Author-email: jonathan@crehana.com
License: MIT
Description: =====
        Creh Logs
        =====
        
        Creh-logs is a simple Django app to conduct Web-based polls. For each
        question, visitors can choose between a fixed number of answers.
        
        Detailed documentation is in the "docs" directory.
        
        Quick start
        -----------
        
        1. Add "polls" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = [
                ...
                'logs',
            ]
        
        2. Run "python manage.py migrate" to create the log models.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
