vote up 0 vote down star

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?

flag

Where did you read that it's deprecated? – Martin v. Löwis Sep 10 at 4:57
When you browse here code.google.com/p/google-app-engine-django/…, each is deprecated, even the most recent – bobobobo Sep 10 at 5:00

1 Answer

vote up 4 vote down check

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!-)

link|flag
Django 1.1 is also supported – Thierry Lam Sep 11 at 21:26

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.