Metadata-Version: 1.1
Name: djaodjin-answers
Version: 0.1.6
Summary: Q&A forum Django app
Home-page: https://github.com/djaodjin/djaodjin-answers/
Author: DjaoDjin inc.
Author-email: support@djaodjin.com
License: BSD
Download-URL: https://github.com/djaodjin/djaodjin-answers/tarball/0.1.6
Description: DjaoDjin answers
        ================
        
        The Django app implements a simple questions/answers forum where questions
        can be followed and upvoted.
        
        
        Five minutes evaluation
        =======================
        
        The source code is bundled with a sample django project.
        
            $ virtualenv *virtual_env_dir*
            $ cd *virtual_env_dir*
            $ source bin/activate
            $ git clone https://github.com/djaodjin/djaodjin-answers.git
            $ pip install -r requirements.txt
        
            $ python manage.py syncdb
            $ python manage.py runserver
        
            # Visit url at http://localhost:8000/
        
        
Platform: UNKNOWN
