Not sure if others have the same issue. After I deleted an entitty or tried to copy it to another app I started getting with my whole app not working Seems like the whole django 1.2 thing continues to be messy anybody have ideas?-
<class 'google.appengine.dist._library.UnacceptableVersionError'>: django 1.2 was requested, but 0.96.4.None is already in use
Traceback (most recent call last):
File "/base/data/home/apps/zatobowl/1.354335995581212831/home.py", line 4, in <module>
use_library('django', '1.2')
File "/base/python_runtime/python_lib/versions/1/google/appengine/dist/_library.py", line 414, in use_library
InstallLibrary(name, version, explicit=True)
File "/base/python_runtime/python_lib/versions/1/google/appengine/dist/_library.py", line 367, in InstallLibrary
CheckInstalledVersion(name, version, explicit=True)
File "/base/python_runtime/python_lib/versions/1/google/appengine/dist/_library.py", line 300, in CheckInstalledVersion
(name, desired_version, installed_version))