Frage

I have been using django-1.4.1. And I updated to django1.5.

I inputted 'manage.py sql myapp' or 'manage.py syncdb'

then, i got this error "'DatabaseWrapper' object has no attribute 'get_server_version'"

do you know why?

War es hilfreich?

Lösung

Just try to reinstall django. Seems like you've installed django 1.5 on top of django 1.4 and this causes an error.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top