All Projects → zapier → Django Knowledge

zapier / Django Knowledge

Licence: isc
Add a help desk or knowledge base to your Django project with only a few lines of boilerplate code.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Knowledge

Starx
[DEPRECATED] Lightweight, scalable ,distributed game server framework for Golang
Stars: ✭ 308 (-34.88%)
Mutual labels:  deprecated
Msx
JSX for Mithril.js 0.x
Stars: ✭ 370 (-21.78%)
Mutual labels:  deprecated
Vue Mdc Adapter
DEPRECATED
Stars: ✭ 425 (-10.15%)
Mutual labels:  deprecated
Deprecated Mapbox Ios Sdk
REPLACED – use https://www.mapbox.com/ios-sdk instead
Stars: ✭ 325 (-31.29%)
Mutual labels:  deprecated
React Heatpack
A 'heatpack' command for quick React development with webpack hot reloading
Stars: ✭ 354 (-25.16%)
Mutual labels:  deprecated
Govuk frontend toolkit
❗️GOV.UK Frontend Toolkit is deprecated, and will only receive major bug fixes and security patches.
Stars: ✭ 403 (-14.8%)
Mutual labels:  deprecated
Simpleauthentication
⛔️ [DEPRECATED] A really simple way for developers to add "Social Authentication" to their ASP.NET web application
Stars: ✭ 299 (-36.79%)
Mutual labels:  deprecated
Refined Twitter Old
[DEPRECATED] Chrome extension that enforces the mobile web version of Twitter and improves its interface
Stars: ✭ 442 (-6.55%)
Mutual labels:  deprecated
Phalanger
PHP 5.4 compiler for .NET/Mono frameworks. Predecessor to the opensource PeachPie project (www.peachpie.io).
Stars: ✭ 369 (-21.99%)
Mutual labels:  deprecated
Code Gov Web
DEPRECATED 🛑- Federal Source Code policy implementation.
Stars: ✭ 423 (-10.57%)
Mutual labels:  deprecated
H5ive Deprecated
**DEPRECATED** A collection of thin facade APIs wrapped around HTML5 JavaScript features.
Stars: ✭ 332 (-29.81%)
Mutual labels:  deprecated
Sphero.js
🚫 DEPRECATED: The Sphero JavaScript SDK to control Sphero robots.
Stars: ✭ 346 (-26.85%)
Mutual labels:  deprecated
Piranha
[DEPRECATED] This is the legacy version of Piranha CMS for .NET 4.5, MVC 5.2 & WebPages 3.2.
Stars: ✭ 418 (-11.63%)
Mutual labels:  deprecated
Dagre
⛔ [DEPRECATED] - Directed graph layout for JavaScript
Stars: ✭ 3,504 (+640.8%)
Mutual labels:  deprecated
Json Loader
json loader module for webpack - UNMAINTAINED
Stars: ✭ 431 (-8.88%)
Mutual labels:  deprecated
Weka
Now redundant weka mirror. Visit https://github.com/Waikato/weka-trunk for the real deal
Stars: ✭ 304 (-35.73%)
Mutual labels:  deprecated
Chromerestclient
ARC Chrome is deprecated. Please move to https://github.com/advanced-rest-client/arc-electron/
Stars: ✭ 381 (-19.45%)
Mutual labels:  deprecated
Enhancedlistview
[DEPRECATED] An Android ListView with enhanced functionality (e.g. Swipe To Dismiss or Undo)
Stars: ✭ 468 (-1.06%)
Mutual labels:  deprecated
Tinx
⛔️ Laravel Tinx is archived and no longer maintained.
Stars: ✭ 437 (-7.61%)
Mutual labels:  deprecated
Axe Cli
[Deprecated] A command-line interface for the aXe accessibility testing engine
Stars: ✭ 419 (-11.42%)
Mutual labels:  deprecated

This project is no longer maintained. If you are interested in taking over the project, email [email protected] <mailto:[email protected]>_.

Welcome to django-knowledge!

django-knowledge makes it easy to add an integrated support desk, help desk or knowledge base to your Django project with only a few lines of boilerplate code. While we give you a generic design for free, you should just as easily be able to customize the look and feel of the app if you like.

django-knowledge was developed internally for Zapier <https://zapier.com/z/qO/>_ (see it live here on our support page <https://zapier.com/z/3C/support/>). Or, check out a plain, live demo <http://django-knowledge.org/>.

At a glance:

  • Turn common questions or support requests into a knowledge base.
  • Control who sees what with simple per object view permissions: public (everyone), private (poster & staff), or internal (only staff).
  • Assign questions and answers to categories for easy sorting.
  • Staff get moderation controls or they can use the familiar Django admin to handle support requests.
  • Allow anonymous questions, or require a standard Django user account (the default).
  • Included base templates and design with prebundled HTML and CSS.
  • Optionally alert users of new responses via email (or your own alert system).
  • BSD license.

Links:

  • View a live demo <http://django-knowledge.org/>_. This is the included stock design.
  • Check out the documentation <http://django-knowledge.readthedocs.org/>_ at ReadTheDocs.
  • Visit our GitHub repo <https://github.com/zapier/django-knowledge>_ and join the development!

Screen Shots:

.. image:: https://github.com/zapier/django-knowledge/raw/master/docs/images/thread.png :width: 100 % :alt: a common thread viewed by anonymous user

.. image:: https://github.com/zapier/django-knowledge/raw/master/docs/images/thread-mod.png :width: 100 % :alt: a common thread viewed by a moderator (staff)

.. image:: https://github.com/zapier/django-knowledge/raw/master/docs/images/ask.png :width: 100 % :alt: ask form

.. image:: https://github.com/zapier/django-knowledge/raw/master/docs/images/home.png :width: 100 % :alt: the home page

.. image:: https://github.com/zapier/django-knowledge/raw/master/docs/images/results.png :width: 100 % :alt: search results with ask form at bottom

.. image:: https://github.com/zapier/django-knowledge/raw/master/docs/images/tests.png :alt: 100% coverage on tests

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].