GoogleCloudPlatform / appengine-django-skeleton

A skeleton for creating App Engine applications using the Django framework.
BSD 3-Clause "New" or "Revised" License
134 stars 59 forks source link

Redo This Skeleton App #2

Closed waprin closed 8 years ago

waprin commented 8 years ago

This completely changes the skeleton app from Django non-rel to CloudSQL. The reasons for doing this are

1) CloudSQL is a more natural introduction for most Djagno users 2) Currently vendoring is the only way to get a modern Djagno version 2) Cloud DPEs will be maintaining Django samples going forward and we will independently work on samples to get the Django ORM working with Datastore, and probably not Django Non-rel since it's a heavily divergent fork

theacodes commented 8 years ago

@waprin is this still open or did you just create a new repo?

theacodes commented 8 years ago

LGTM.