Q&A forum Django app
Project 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/
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
djaodjin-answers-0.1.2.tar.gz
(7.6 kB
view hashes)