Metadata-Version: 1.1
Name: djaodjin-survey
Version: 0.1.1
Summary: Survey Django app
Home-page: https://github.com/djaodjin/djaodjin-survey/
Author: The DjaoDjin Team
Author-email: support@djaodjin.com
License: BSD
Download-URL: https://github.com/djaodjin/djaodjin-survey/tarball/0.1.1
Description: DjaoDjin survey
        ================
        
        The Django app implements a simple survey app. Surveys can also be run
        in quizz mode.
        
        
        Five minutes evaluation
        =======================
        
        The source code is bundled with a sample django project.
        
            $ virtualenv-2.7 *virtual_env_dir*
            $ cd *virtual_env_dir*
            $ source bin/activate
            $ pip install -r requirements.txt
        
            $ python manage.py syncdb
            $ python manage.py runserver
        
            # Visit url at http://localhost:8000/
        
        
Platform: UNKNOWN
