- [Admin note] see our wiki page about using specific versions of Django inside virtualenvs
I installed Django 1.4 by following the advice in the 'Installing Django 1.4' thread. Which has worked fine and made uploading new stuff from my computer much less of a headache.
Unfortunately, I've made a few big leaps forward on my home machine and that involved changing models.py. So I installed something called django-evolution using easy_install and ran ./manage.py syncdb.
It fails with the same errors it used to give before I switched to 1.4, making me think that the console is still somehow using 1.3. How do I change that? Also, does this mean I went and installed django-evolution in the wrong place?