django-faq
django-faq copied to clipboard
Exception raised: "Models aren't loaded yet" using django-faq in django 1.7
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 to be made when using django-faq in django 1.7-based projects?
Django-FAQ supports Django 1.3. I need to make that more obvious.
I suggest using the updated fork of django-faq called Django-Fack found here: https://github.com/revsys/django-fack
Thanks.