Created
June 14, 2013 14:09
-
-
Save tecoholic/5782083 to your computer and use it in GitHub Desktop.
Missing modules from REQUIREMENTS.txt from qgis-django
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# discovered during setting.py error | |
pyasn1 | |
# discovered during syncdb error | |
django-ratings | |
django-taggit-autosuggest |
Rolling back the previous comment, the DB doesn't agree with the latest haystack I think. Switching to 1.2.7 that uses the prev settings
The issue is unrelated. I think the combination of python 2.7 with the things isn't working out well.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Also update the following in settings.py with
with this.
The latest version of haystack installed by using the REQUIREMENTS.txt file has changed the settings format to a dict