1

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?

Ankur
  • 5,086
  • 19
  • 37
  • 62
digsy89
  • 325
  • 1
  • 2
  • 7

1 Answers1

0

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

alecxe
  • 462,703
  • 120
  • 1,088
  • 1,195