Metadata-Version: 1.1
Name: django-tool
Version: 1.6.22
Summary: A simple Django app to conduct Web-based tool.
Home-page: https://pypi.python.org/pypi?:action=display&name=django-tool
Author: Tsingliu
Author-email: 410869548@qq.com
License: BSD
Description-Content-Type: UNKNOWN
Description: =====
        django-tool
        =====
        
        djtool is a simple Django app to conduct Web-based tool. For each
        question, visitors can choose between a fixed number of answers.
        
        Detailed documentation is in the "docs" directory.
        
        Quick start
        -----------
        
        Add "djtool" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = (
                ...
                'djtool',
            )
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
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
