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

Exception raised: "Models aren't loaded yet" using django-faq in django 1.7

Open weholt opened this issue 10 years ago • 1 comments

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?

weholt avatar Mar 12 '15 14:03 weholt

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.

montylounge avatar Mar 15 '15 21:03 montylounge