django-knowledge
django-knowledge copied to clipboard
Add a help desk or knowledge base to your Django project with only a few lines of boilerplate code.
Hello Zapier, I'm a pretty new developer, I'm currently building a point of sale system for my company that i've built with django. I wanted to also integrate a knowledge...
closes https://github.com/zapier/django-knowledge/issues/68
The get_query_set method has been renamed to get_queryset in Django 1.6 https://docs.djangoproject.com/en/1.8/releases/1.6/#get-query-set-and-similar-methods-renamed-to-get-queryset and is removed in Django 1.8 https://docs.djangoproject.com/en/1.8/releases/1.8/#features-removed-in-1-8 ``` Traceback: File "/home/user/my-env/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response 132. response = wrapped_callback(request, *callback_args,...
Categories were left out from the form to submit a new question, meaning that the only way to assign a question to a category was through the admin interface. ModelForm...
Here is the Italian translation of the application messages.
This adds the ability to mark questions as topics. Once a question is marked as topic, it's promoted in a second question list on top of the regular one. Topics...
Resolution of issue #59. Add support for Textile by adding new variable in `settings.py` and adding a new custom template tag to render body as either Markdown, Textile or just...
Cyrillic
Slug from title not English.
Added russian localization.