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
Original issue reported on code.google.com by
sdm...@gmail.com
on 3 Jul 2009 at 4:24