Skip to main content

A simple FAQ app for Django sites.

Project description

Qanda is a simple FAQ app for the Django framework.

Questions can be displayed publicly, to logged-in users, or to site staff only.

Questions are organised by topic, and those topics are self-hiding depending on the publication status of the questions inside.

Qanda installs with fully styled templates so that you can start playing straight away, and an example project is supplied.

Screenshots of qanda default templates

For more information please see the documentation at http://django-qanda.readthedocs.org/en/latest/.

Documentation Status

Requirements

  • Django 1.4.2 or greater;

  • Python 2.7 or greater.

Get It

You can get Qanda by using pip or easy_install:

$ pip install django-qanda
or
$ easy_install django-qanda

If you want to install it from source, grab the Mercurial repository from Bitbucket:

$ hg clone https://bitbucket.org/mhurt/django-qanda
$ cd django-qanda
$ python setup.py install

Install It

Add “qanda” to your INSTALLED_APPS setting like this:

INSTALLED_APPS = {
  ...
  'qanda'
}

Include the qanda URLconf in your project urls.py like this:

url(r'^faq/', include('qanda.urls'))

For Django 1.7 users, run python manage.py migrate to create the qanda models. Otherwise simply run python manage.py syncdb.

Contribute

License

The project is licensed under the MIT license.

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

django-qanda-0.2.0.tar.gz (412.2 kB view details)

Uploaded Source

File details

Details for the file django-qanda-0.2.0.tar.gz.

File metadata

  • Download URL: django-qanda-0.2.0.tar.gz
  • Upload date:
  • Size: 412.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-qanda-0.2.0.tar.gz
Algorithm Hash digest
SHA256 8abef8583ba260ebc497c6e5d98c449783ed6f7795ef7fdeb4a0df191a55b0f9
MD5 7af16563720dad62e7402aa33e4d6c29
BLAKE2b-256 2f733988a5ecb506577e28f54fddd3ee0c12c89aa1585879ce76bd6f112b1794

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page