Skip to main content
**WELCOME TO DJANGO-QA**
=========================
[![Build Status](https://travis-ci.org/swappsco/django-qa.svg?branch=master)](https://travis-ci.org/swappsco/django-qa)
[![Coverage Status](https://coveralls.io/repos/github/swappsco/django-qa/badge.svg?branch=master)](https://coveralls.io/github/swappsco/django-qa?branch=master)

## A Simple Q&A App using Python Django

[django-qa](http://swappsco.github.io/django-qa/) is a fork from [Simple-Q-A-App-using-Python-Django](http://arjunkomath.github.io/Simple-Q-A-App-using-Python-Django) aimed to create a pluggable package than allows to implement a StackOverflow-like forum site for your Django web project.
The development of this package is kindly supported by [SWAPPS](https://www.swapps.co/) and constantly developed by it's colaborators. Feel free to use it, add some issues if you find bugs or think of a really cool feature, even clone it and generate a pull requests to incorporate those cool features made by yourself; If you have special requirements, [drop us a few lines](https://www.swapps.co/) and perhaps we can help you out too.

This application is still under active development and we cannot guarantee that nothing will break between versions. Most of the core features are already there, so we expect to release a beta version soon.

## Features

* Assumes nothing about the rest of your application.
* Create questions and answers.
* Comment on questions and answers.
* Upvote/Downvote questions and answers.
* Users have a reputation and a profile.
* Support for tagging questions with django-taggit.
* Questions are categorized by latest, popular and most voted.

## Installation
Django-QA aims at keeping things simple. To install it you have to do what you would do with most django apps.

Install with pip:
```
pip install django-qa`
```

Add to INSTALLED_APPS in your project settings.
```python
INSTALLED_APPS = (
...
qa,
...
)
```

Add our urls to the project:
```python
urlpatterns = patterns(
...,
url(r'^', include('qa.urls')),
...
)
```

Run migrations:
```
python manage.py migrate
```

And that's it!

## About the functionality

* The package is integrated with the framework authentication process, right now the package defines an user profile linked to Django's user model, this models was created to contain information related to the user's activities inside the package functionalities.
* It has comments on questions and answers.
* It has no support for anonymous questions nor answers or comments.
* It has tagging support through django-taggit.
* It has a basic implementation for score and reputation records.

## Next steps
With this setup you will have a functional questions and answers section inside of your project. Probably you will need to work on changing the default templates to fit the look and feel of your site.

If your project has an user profile already, you may want to merge it with the data provided by this app (questions, answers, comments, reputation, etc). That requires some extra work, but can be done without using ugly hacks.

The package has no moderation options on none of the models yet and still lacks REST support.

If you think that something essential for this kind of application is missing, you can request a feature by adding an issue to our repository.

Release files for django-qa 0.0.29

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-qa 0.0.29
File Size Uploaded
django-qa-0.0.29.tar.gz 173.5 kB Details

Release files / django-qa-0.0.29.tar.gz

Download URL django-qa-0.0.29.tar.gz
Size 173.5 kB
Tags Source
SHA-256 checksum
How to use checksums
23259aa23d5fbc1b0f77bbc780755d0319889d018243f1f04215827cd7e4a575
BLAKE2b-256 checksum
How to use checksums
58f971ab5e454f53e8fed1ae586452bc10b9b95f5bd4720f4522df1712ed4f73
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

0.10.0

2 release files

0.9.1

1 release file

0.1.1

1 release file

0.1.0

1 release file

0.0.35

1 release file

0.0.34

1 release file

0.0.33

1 release file

0.0.32

1 release file

0.0.31

1 release file

0.0.30

1 release file

This release

0.0.29 This release

1 release file

0.0.28

1 release file

0.0.27

1 release file

0.0.26

1 release file

0.0.25

1 release file

0.0.24

1 release file

0.0.23

1 release file

0.0.22

1 release file

0.0.21

1 release file

0.0.20

1 release file

0.0.19

1 release file

0.0.18

1 release file

0.0.17

1 release file

0.0.16

1 release file

0.0.15

1 release file

0.0.14

1 release file

0.0.13

1 release file

0.0.12

1 release file

0.0.11

1 release file

0.0.10

1 release file

0.0.9

1 release file

0.0.8

1 release file

0.0.7

1 release file

0.0.6

1 release file

0.0.5

1 release file

0.0.4

1 release file

0.0.3

1 release file

0.0.2

1 release file

0.0.1

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page