iCodeLikeImDrunk
iCodeLikeImDrunk

Reputation: 17866

In need of a detailed working example of gae datastore with django

I've search and searched but i cannot find a working example.

i am a beginner, just started working with gae for about a week.

ive created some pages using bottle, jinja, with sqlite3. i know how to create pages using django and etc, but ive no clue how to use the datastore.

please, any help would be appreciated!

Upvotes: 0

Views: 118

Answers (1)

Ikai Lan
Ikai Lan

Reputation: 2240

Do you have access to Cloud SQL? Here are some instructions:

https://developers.google.com/cloud-sql/docs/django

Otherwise, it's pretty straightforward. Just wire up Django via WSGI.

Upvotes: 4

Related Questions