Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install django-fack

How to install django-fack

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install django-fack
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.1 Available View build log
1.0 Available View build log
Windows (64-bit)
1.1 Available View build log
1.0 Available View build log
Mac OS X (10.5+)
1.1 Available View build log
1.0 Available View build log
Linux (32-bit)
1.1 Available View build log
1.0 Available View build log
Linux (64-bit)
1.1 Available View build log
1.0 Available View build log
 
License
BSD
Dependencies
Lastest release
version 1.1 on May 23rd, 2012

This is a simple FAQ application for a Django powered site, featuring:

  • The basic Q&A model you'd expect.
  • Question are grouped into topics.
  • Topics can be ordered and arranged, as can questions within topics.
  • Built-in views to drill down by topic and question, and individual question detail pages (for permalinks).
  • A view for users to submit new questions (with or without answers). These go into moderation queue and need to be marked "active" before they'll show up on the site.

There's an example app (distributed with the source) to try out if you'd like to get a taste of the app.

For more details, see the documentation

Requirements

Django 1.3+, Python 2.6+.

Installation

  1. pip install django-fack

  2. Add "fack" to your INSTALLED_APPS setting.

  3. Wire up the FAQ views by adding a line to your URLconf:

    url('^faq/', include('fack.urls'))
    

If you'd like to load some example data then run python manage.py loaddata faq_test_data.json

The app's written with quite a bit of customization in mind; see the customization documentation for details.

Example Site

There is a stand-alone example site distributed with the source in the example/ directory. To try it out:

  1. Install django-Fack (see above).
  1. Run python manage.py syncdb

    This assumes that sqlite3 is available; if not you'll need to change the DATABASES setting first.

  1. Load some example data by running python manage.py loaddata faq_test_data.json
  2. Run python manage.py runserver and you will have the example site up and running. The home page will have links to get to the available views as well as to the admin.

The capability to submit an FAQ is available and works whether or not you are a logged in user. Note that a staff member will have to use the admin and review any submitted FAQs and clean them up and set them to active before they are viewable by the end user views.

Contributing

To run the tests, install tox (pip install tox) then run tox.

Development takes place on GitHub. Bug reports, pataches, and pull requests are always welcome!

Subscribe to package updates

Last updated May 23rd, 2012

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.