Skip to main content

A simple FAQ app for Django sites.

Project description

Qanda is a simple FAQ app for the Django framework

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://mhurt@bitbucket.org/mhurt/django-qanda
$ cd django-qanda
$ python setup.py install

Install It

  1. Add “qanda” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = {
      ...
      'qanda'
    }
  2. Include the qanda URLconf in your project urls.py like this:

    url(r'^faq/', include('qanda.urls'))
  3. Run python manage.py migrate to create the qanda models.

  4. Start the development server and visit http://127.0.0.1:8000/admin/ to start creating new questions (you’ll need the Admin app enabled).

  5. Visit http://127.0.0.1:8000/faq/ to view your questions.

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.0.17.tar.gz (977.5 kB view hashes)

Uploaded Source

Supported by

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