Paul
Paul

Reputation: 171

Running Django 1.3 on GAE

Can't get Django 1.3 running with the current GAE helper (from Google). Anyone have the config solution for this?

Upvotes: 1

Views: 1465

Answers (3)

FoRever_Zambia
FoRever_Zambia

Reputation: 1169

look at this:

App Engine 1.6.2 release notes:

For Python fans of Google’s Cloud SQL (currently available in limited preview), the long awaited out-of-the-box support for the Django framework has arrived and is now available as an experimental feature. Now you can easily use Cloud SQL within the Django framework as you would use any other SQL database.

Upvotes: 0

Robert Kluin
Robert Kluin

Reputation: 8292

I think the current 'generally' recommended approach to Django on App Engine is django-nonrel, I believe it supports Django 1.3 now. Check out Running Pure Django Projects on Google App Engine for some information on getting started.

Upvotes: 4

Related Questions