Reputation: 17866
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
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