views:

232

answers:

1

I'm looking at Google App Engine Django on google code but the latest release (May 15/09) has been deprecated.

I'd like to know why that is? Are they discouraging us from using it? What deprecated it? Is there a better way to get set up with django?

+4  A: 

None of the packaged downloads are recommended by the project's owners -- deprecated basically means the same thing as "NOT recommended". There have been several changes since the May 15 upload of the last (now-deprecated) downloads, and I imagine the project owners are working to get a new enhanced download rounded up and ready.

Django 1.0 is now natively supported in App Engine (see here for details) and I imagine the project's owners are simply deciding how best to support their small but important bits of added value on top of that support. If you DO need such little extras, your best best may be to either wait for a new download to be prepared and blessed, OR try an SVN checkout as explained here and see if that meets your needs (possibly w/some tweaking -- be sure to offer the tweaks as a patch to the project owners if you make any!-).

Sounds chaotic...? Welcome to open source!-)

Alex Martelli
Django 1.1 is also supported
Thierry Lam