etianen / django-watson

Full-text multi-table search application for Django. Easy to install and use, with good performance.
BSD 3-Clause "New" or "Revised" License
1.2k stars 130 forks source link

buildwatson command error #177

Closed theblackcat102 closed 8 years ago

theblackcat102 commented 8 years ago

File "/Users/theblackcat/Documents/dev/website/restaurant_menu/myVENV/lib/python2.7/site-packages/watson/management/commands/buildwatson.py", line 85, in handle if len(options['apps']): KeyError: u'apps'

I was using Django 1.7.1 and kept having this problem, does watson support installing in virtual environment or I had register my models the wrong way?

etianen commented 8 years ago

What version of django-watson are you using?

theblackcat102 commented 8 years ago

Is version 1.2.3

etianen commented 8 years ago

django-watson supports django 1.8 and higher. You can try using the older 1.2.2, which supports Django 1.7.

Even better, upgrade your Django! :)