sebastian-ardila / google-app-engine-django

Automatically exported from code.google.com/p/google-app-engine-django
Apache License 2.0
0 stars 0 forks source link

Shouldn't raise UnacceptableVersionError when django is not available #170

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, the helper raises UnacceptableVersionError if Django is not 
installed and if there is no Django zipfile or local copy available.

In my opinion this is a bit misleading: it would be better to fail more 
explicitly, stating that Django cannot be found.

Thanks!

    ema

Original issue reported on code.google.com by emaro...@gmail.com on 27 May 2010 at 8:19

Attachments:

GoogleCodeExporter commented 9 years ago
UnacceptableVersionError is a correct error, because version 0.96.4 of django 
is found in 
google_appengine/lib/django.

Original comment by johnwloc...@gmail.com on 28 May 2010 at 4:03

GoogleCodeExporter commented 9 years ago
Django is always available as noted by johnwlockwood as it is provided (at 
0.9.6) by the App Engine SDK.

Original comment by m...@google.com on 8 Jun 2010 at 11:40