Coder Social home page Coder Social logo

pombredanne / django-faq-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from benspaulding/django-faq

1.0 1.0 0.0 183 KB

A Frequently Asked Question (FAQ) management application built with Django.

Home Page: https://github.com/benspaulding/django-faq/

License: BSD 3-Clause "New" or "Revised" License

Python 88.42% Shell 11.58%

django-faq-1's Introduction

Frequently Asked Question (FAQ) management for Django apps

This Django application provides the ability to create and manage lists of Frequently Asked Questions (FAQ), organized by topic.

This project is still under development, though several medium-to-large websites are currently using it in production. The plan is to get a stable version with a full test suite and documentation out the door in the coming months.

TODO’s

Below are tasks that need done, features under consideration, and some reminders for the future.

  • Write tests for faq.
  • Wire up testing on travis-ci.org.
  • Write tests for haystack bits.
  • Write general documentation, and specifically,
    • The change of modified date field behavior. (Dropped null=True, now has a date upon creation.) Write migration if necessary.
    • Document removal of custom template name field on Topic. (The feature made little sense given the various URL/view setups.) Write migration if necessary.
    • Note supported versions of Python, Django, and Haystack.
  • Put documentation on readthedocs.org.

Features

  • Create a better interface for ordering questions within a topic.
  • Consider if/how to add ordering to Topics. (This is complicated because of site relations.)
  • Consider making the requirement for django.contrib.sites optional.

In the future, when dropping Django 1.2 support

  • Update to class-based generic views
  • Move from Question.save() to model validation?

django-faq-1's People

Contributors

benspaulding avatar pombredanne avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.