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

a simple faq application for django apps

Results 11 django-faq issues
Sort by recently updated
recently updated
newest added

I've tried to use django-faq in my django project, but an exception gets thrown when trying to do python manage.py makemigrations/migrate: "Models aren't loaded yet". Are there any special considerations...

The location of django django.conf.urls.defaults was changed to django.conf.urls in django 1.4 https://docs.djangoproject.com/en/1.4/releases/1.4/#django-conf-urls-defaults This code allows both to work

We should use `django.conf.urls` instead of `django.conf.urls.defaults` in Django 1.6 and on. _(Sorry, this PR contains a harmless old already merged commit too.)_

Made changes necessary to support Django >= 1.6. Changes include: - Removal of deprecated `from django.core.management import execute_manager` import - Modified import for URL conf -- updated to `from django.conf.urls...

Top detail page has multiple questions, with question detail slug. How do I link to each question detail page from topic detail page ? Hard coding is okay (from the...

Hello, I managed to use your software and adapted it to look like the one described in item 2 here: http://todaymade.com/blog/10-tips-for-creating-a-killer-faq-page/ Would you be interested in such a change or...

Use of django.contrib.auth.get_user_model brokes compatibility with Django 1.4. I Think it can be easily fixed just by checking django version before use get_user_model. Cheers! Matías.