hitrust / 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

Can't get Django 1.0 to work with App Engine Helper #134

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
- Download 1.2.3 SDK
- Download the trunk of Django App Engine Helper
- Follow Django Helper Instructions including deleting your system
version of django and replacing it with 1.0.
- Pull in an app from an existing appengine-django projct

What is the expected output? What do you see instead?

I see this error message:
<class 'google.appengine.dist._library.UnacceptableVersionError'>:
django 1.0 was requested, but 1.1.0.alpha.0 is already in use

What version of the product are you using? On what operating system?

Mac OS X
App Engine 1.2.3

Please provide any additional information below.

Interestingly enough, when I run python manage.py startapp testapp  it runs 
properly.  But for 
some reason actually loading a page fails.

Original issue reported on code.google.com by sdm...@gmail.com on 3 Jul 2009 at 4:24

GoogleCodeExporter commented 9 years ago
cannot reproduce.

Original comment by m...@google.com on 8 Jun 2010 at 12:27