This document provides an overview of the topics that will be covered in a Django on GAE course, including:
1. Python fundamentals like variables, operators, data structures, and classes.
2. Django topics such as management commands, models, the admin interface, URLs, views, templates, forms, generic views, internationalization, and unit testing.
3. Google App Engine topics such as deploying Django projects using django-nonrel, limitations, features, APIs, and using the BigTable datastore.