divio / aldryn-search

Haystack 2.0 search index for django CMS
Other
48 stars 77 forks source link

Unlisted dependency: django-appconf #23

Closed stevenewey closed 9 years ago

stevenewey commented 9 years ago

Setting this up for my latest project I get an error

from appconf import AppConf ImportError: No module named appconf

django-appconf wasn't installed by pip for this package or it's dependencies so probably should be added to setup.py. I'm not sure if there are any specific version requirements, so I've not forked and made a pull request in this instance.

stevenewey commented 9 years ago

Additionally, django-spurl is required in the default templates but not included in setup.py.

czpython commented 9 years ago

yup, honestly I really want to take django-spurl out but for now I'll put both apps in setup.py

czpython commented 9 years ago

Fixed by 80f468733ed4d492645e51accc23a69855e522d9