django-knowledge icon indicating copy to clipboard operation
django-knowledge copied to clipboard

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

Results 34 django-knowledge issues
Sort by recently updated
recently updated
newest added

Django 1.6 removes _markup_ from the django.core feature set. [More information](https://docs.djangoproject.com/en/1.6/internals/deprecation/#id3): > `django.contrib.markup` will be removed following an accelerated deprecation. The solution is one of two things: 1. (Not recommended,...

Is there any reason why this module uses Markdown exclusively? Our operation uses Textile, and it seems like you just have the markdown template tag in the templates, not in...

We've been customizing the style of django-knowledge and were looking forward to using the KNOWLEDGE_BASE_TEMPLATE setting to avoid having to drop a custom build of all of django-knowledge into our...

Am I missing something? I can do it from the admin, but I can't find any way of doing it from the frontend, as admin or not. Is this intentional?

I just installed 0.2.0 via pip and when I executed the migration I got the following error message: > Running migrations for knowledge: > - Migrating forwards to 0003_auto__add_unique_category_slug. >...

the setting `KNOWLEDGE_SLUG_URLS = True` causes that the url pattern: `r'^questions/(?P[a-z0-9-_]+)/$'` caches the the requests to view a question and maps to `knowledge_list` view instead of `r'^questions/(?P\d+)/$'` who matches to...

Any ideas on how I could add multi language support (e.g. for each language a different set of questions/answers)?

Would be nice to limit this at some arbitrary character number.