swappsco / django-qa

A simple Q&A App
http://django-qa.readthedocs.io/en/latest/index.html
MIT License
99 stars 35 forks source link

Documentation #24

Closed jjmontesl closed 8 years ago

jjmontesl commented 8 years ago

I'm missing some documentation on the features and quickstart with django-qa. Would it be possible to get some heads up docs?

sebastian-code commented 8 years ago

Hi @jjmontesl!

Actually we haven't worked too much on the docs, but we will, it hasn't been a priority for us but that task is on our ToDo list.

cdvv7788 commented 8 years ago

I can work on this tomorrow. Meanwhile you can just install it with "pip install django-qa" and add "qa" to your installed apps. Add the urls to your main urls file and run migrations. That's about it. We are still deciding on some things tho, so the api and some behaviours may change between versions until we are ready for the first stable release. About the features, for now, we support the core of a qa app: creation of questions, answers, votes and comments for both questions and answers, count of views, user profiles, basic support for scores ala SO, etc.

cdvv7788 commented 8 years ago

I updated the README. @sebastian-code can you give it a quick review/cleanup? https://github.com/swappsco/django-qa/blob/develop/README.md

sebastian-code commented 8 years ago

The wording is just fine @cdvv7788, I added a little bit of information about the core functionalities, based on the list created to answer #23

jjmontesl commented 8 years ago

Kudos :100: